From a1b4fc0e21637f30fa563f98af04212d9e6efa5f Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 24 Dec 2024 14:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-24 14:30:02 --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 155387bc..5bd3ed3b 100644 --- a/.zshrc +++ b/.zshrc @@ -27,7 +27,8 @@ source ~/.config/zsh/fzf.zsh # source ~/.config/zsh/fzf-git.sh # alias ls="eza -lh --git" -alias ls="eza --long --color=always --git --header --icons --no-user" +# alias ls="eza --long --color=always --git --header --icons --no-user" +alias ls="eza --long --color=always --git --header --icons" alias c="clear" alias top=btop alias minvim='NVIM_APPNAME="nvim-min" nvim'