Replace cd with z
This commit is contained in:
parent
b5a046bbf9
commit
ff1acef577
|
@ -11,6 +11,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
environment.interactiveShellInit = ''
|
||||
alias cd='z'
|
||||
'';
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
@ -89,6 +93,7 @@
|
|||
"web-search"
|
||||
"zsh-interactive-cd"
|
||||
"zsh-navigation-tools"
|
||||
"z"
|
||||
];
|
||||
theme = "jtriley";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue