added zoxide in place of cd
This commit is contained in:
parent
42ae9eabe6
commit
75bf694865
2 changed files with 8 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue