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