More zsh settings

This commit is contained in:
Charlotte Van Petegem 2020-02-15 11:48:10 +01:00
parent cda6be3a44
commit 8530a3dfa4

View file

@ -8,8 +8,12 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; enableAutosuggestions = true;
autocd = true;
dotDir = ".config/zsh"; dotDir = ".config/zsh";
history.path = "\$HOME/.config/zsh/zsh_history"; history = {
expireDuplicatesFirst = true;
path = "\$HOME/.config/zsh/zsh_history";
};
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ plugins = [