fix(zsh): Remove dirHashes
Didn't use them, don't like them
This commit is contained in:
parent
230f6d77f1
commit
809201641b
1 changed files with 0 additions and 4 deletions
4
zsh.nix
4
zsh.nix
|
@ -32,10 +32,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
autocd = true; # I'll try this out, may be removed later
|
autocd = true; # I'll try this out, may be removed later
|
||||||
dirHashes = {
|
|
||||||
dl = "$HOME/Downloads";
|
|
||||||
prj = "$HOME/Projects/";
|
|
||||||
};
|
|
||||||
|
|
||||||
antidote = {
|
antidote = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue