catall
This commit is contained in:
parent
a30b7d448f
commit
4f42dc9c16
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@ abbr vs "codium ."
|
|||
abbr xclip "xclip -selection clipboard"
|
||||
abbr spotx "bash -c 'bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP $HOME/.local/share/spotify-launcher/install/usr/share/spotify/'"
|
||||
abbr rm "trash -f"
|
||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
|
||||
|
|
|
@ -3,3 +3,4 @@ abbr unison "unison ~/src ~/u_dest"
|
|||
abbr vs "code ."
|
||||
abbr wgcc x86_64-w64-mingw32-gcc
|
||||
abbr rm "rm -rf"
|
||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | clip.exe"
|
||||
|
|
Loading…
Reference in a new issue