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