zsh: add code directory to CDPATH
This commit is contained in:
parent
e810a8506e
commit
7c6d68a589
|
@ -6,6 +6,8 @@
|
|||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
||||
cdpath = [ "~/Code" ];
|
||||
|
||||
shellAliases = (import ./zsh/aliases.nix);
|
||||
|
||||
localVariables = {
|
||||
|
|
Loading…
Reference in a new issue