right pahts for zsh config
This commit is contained in:
parent
356ca1cc63
commit
8b05cd75ed
|
@ -5,7 +5,7 @@
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = "~/.config/zsh";
|
||||||
initExtra = "PROMPT='%F{green}%~%f '";
|
initExtra = "PROMPT='%F{green}%~%f '";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
@ -22,6 +22,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
history.size = 1000000;
|
history.size = 1000000;
|
||||||
history.path = ".config/zsh/history";
|
history.path = "~/.config/zsh/history";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue