swapped some shell aliases to abbreviations

fun and cool feature, also lets you modify the command since it types
out the full thing for you, yippee 🙂
This commit is contained in:
Gabriella Bere 2025-09-06 23:55:22 +01:00
parent bfde0fdfef
commit 80a894e05a

View file

@ -6,11 +6,13 @@
shellAliases = {
ls = "eza -lh";
ip = "ip --color=auto";
nano = "nvim";
cd = "z";
};
shellAbbrs = {
nano = "nvim";
cat = "bat";
# Aliases for my nixos workflow
# Abbreviations for my nixos workflow
nixos-switch = "sudo nixos-rebuild switch --flake ~/nixconf &| nom";
home-switch = "home-manager switch --flake ~/nixconf &| nom";
server-switch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo &| nom";