Add filename to catall abbr
This commit is contained in:
parent
eacc2d8d64
commit
453594fd2a
2 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@ abbr vs "codium ."
|
||||||
abbr xclip "xclip -selection clipboard"
|
abbr xclip "xclip -selection clipboard"
|
||||||
abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'"
|
abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'"
|
||||||
abbr rm "trash -f"
|
abbr rm "trash -f"
|
||||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
|
abbr catall "find . -name '*.ext1' -o -name '*.ext2' -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard"
|
||||||
abbr ls "eza --git --icons -gl"
|
abbr ls "eza --git --icons -gl"
|
||||||
abbr pdf "firefox *.pdf & disown"
|
abbr pdf "firefox *.pdf & disown"
|
||||||
|
|
|
@ -3,5 +3,5 @@ abbr unison "unison ~/src ~/u_dest"
|
||||||
abbr vs "code ."
|
abbr vs "code ."
|
||||||
abbr wgcc x86_64-w64-mingw32-gcc
|
abbr wgcc x86_64-w64-mingw32-gcc
|
||||||
abbr rm "rm -rf"
|
abbr rm "rm -rf"
|
||||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | clip.exe"
|
abbr catall "find . -name '*.ext1' -o -name '*.ext2' -exec echo "File: {}" \; -exec cat {} \; | clip.exe"
|
||||||
abbr ls "eza --git -gl"
|
abbr ls "eza --git -gl"
|
||||||
|
|
Loading…
Reference in a new issue