Update zsh and eza settings.
This commit is contained in:
parent
4825d1cf4a
commit
2f9cea3917
@ -3,7 +3,7 @@
|
||||
# But we all know I love zsh
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
autosuggestions.enable = true;
|
||||
enableCompletion = true;
|
||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
||||
dotDir = ".config/zsh";
|
||||
@ -53,7 +53,7 @@
|
||||
# Eza settings
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
enableZshIntegration = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user