Update zsh and eza settings.

This commit is contained in:
CronyAkatsuki 2024-03-16 17:50:13 +01:00
parent 4825d1cf4a
commit 2f9cea3917

View File

@ -3,7 +3,7 @@
# But we all know I love zsh # But we all know I love zsh
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; autosuggestions.enable = true;
enableCompletion = true; enableCompletion = true;
history.path = "${config.xdg.dataHome}/zsh/history"; history.path = "${config.xdg.dataHome}/zsh/history";
dotDir = ".config/zsh"; dotDir = ".config/zsh";
@ -53,7 +53,7 @@
# Eza settings # Eza settings
programs.eza = { programs.eza = {
enable = true; enable = true;
enableAliases = true; enableZshIntegration = true;
git = true; git = true;
icons = true; icons = true;
}; };