fix catall abbr
This commit is contained in:
parent
20d8000b3c
commit
48107de2ea
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ abbr vs "codium ."
|
|||
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 catall "catall . *.ext1 *.ext2 | xclip -selection clipboard"
|
||||
abbr ll "eza --git --icons -gl"
|
||||
abbr la "eza --git --icons -gla"
|
||||
abbr pdf "firefox *.pdf & disown"
|
||||
|
|
|
@ -3,6 +3,6 @@ abbr unison "unison ~/src ~/u_dest"
|
|||
abbr vs "code ."
|
||||
abbr wgcc x86_64-w64-mingw32-gcc
|
||||
abbr rm "rm -rf"
|
||||
abbr catall "catall .*ext1 .*ext2 | clip.exe"
|
||||
abbr catall "catall . *.ext1 *.ext2 | clip.exe"
|
||||
abbr ll "eza --git -gl"
|
||||
abbr la "eza --git -gla"
|
||||
|
|
Loading…
Reference in a new issue