autocompletion issue

This commit is contained in:
Mylloon 2024-04-18 18:27:10 +02:00
parent 08b550c694
commit 249cf0b151
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"