diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 0df1d2e..ac9f556 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -28,5 +28,5 @@ abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;" abbr grp "git remote prune origin" abbr lfs "git lfs install; git lfs fetch; git lfs checkout" -abbr ls "eza --icons" +abbr ls "eza --icons=auto" abbr topgrade "topgrade; pacman-clean" diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 685f69a..bfeeecb 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -6,6 +6,6 @@ abbr xclip "xclip -selection clipboard" abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'" abbr rm "trash -f" abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard" -abbr ll "eza --git --icons -gl" -abbr la "eza --git --icons -gla" +abbr ll "eza --git --icons=auto -gl" +abbr la "eza --git --icons=auto -gla" abbr pdf "firefox *.pdf & disown"