better msg
This commit is contained in:
parent
46c470de8d
commit
1ae8d9236a
1 changed files with 1 additions and 1 deletions
|
@ -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 "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | clip.exe"
|
||||
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File `{}`:" \; -exec cat {} \; | clip.exe"
|
||||
abbr ll "eza --git -gl"
|
||||
abbr la "eza --git -gla"
|
||||
|
|
Loading…
Reference in a new issue