added zoxide in place of cd

This commit is contained in:
Gabriella Bere 2025-05-24 11:09:41 +01:00
parent 42ae9eabe6
commit 75bf694865
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,4 @@
{
config,
lib,
pkgs,
...
}:
@ -16,8 +14,9 @@
ls = "eza -lh";
ip = "ip --color=auto";
nano = "nvim";
cd = "z";
# Aliases for my nixos workflow, requires nh and home-manager
# Aliases for my nixos workflow
switch = "sudo nixos-rebuild switch --flake ~/nixconf |& nom";
homeswitch = "home-manager switch --flake ~/nixconf |& nom";
serverswitch = "nixos-rebuild switch --flake ~/nixconf#biggerpi --target-host blue@biggerpi --use-remote-sudo |& nom";