Initial commit
This commit is contained in:
10
home/programs/cli/zoxide.nix
Normal file
10
home/programs/cli/zoxide.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
cd = "z";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user