diff --git a/home-manager/fish.nix b/home-manager/fish.nix index ba62530..4cda943 100644 --- a/home-manager/fish.nix +++ b/home-manager/fish.nix @@ -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";