Add zoxide.nix and update shell aliases
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
./rmtrash.nix
|
./rmtrash.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./tldr.nix
|
./tldr.nix
|
||||||
|
./zoxide.nix
|
||||||
./zsh
|
./zsh
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
12
home/shell/zoxide.nix
Normal file
12
home/shell/zoxide.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ config
|
||||||
|
, ...
|
||||||
|
}:
|
||||||
|
{
|
||||||
|
programs.zoxide = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
cd = "z"
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user