autocompletion issue
This commit is contained in:
parent
08b550c694
commit
249cf0b151
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue