fix catall abbr

This commit is contained in:
Mylloon 2024-04-11 14:43:51 +02:00
parent 20d8000b3c
commit 48107de2ea
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 2 deletions

View file

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

View file

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