feat: Add dirHashes
https://nix-community.github.io/home-manager/options.xhtml#opt-programs.zsh.dirHashes
This commit is contained in:
parent
9297d41e33
commit
2b58a19281
5
zsh.nix
5
zsh.nix
@ -37,6 +37,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
dirHashes = {
|
||||
dl = "$HOME/Downloads";
|
||||
prj = "$HOME/Projects/";
|
||||
};
|
||||
|
||||
zplug = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user