better msg

This commit is contained in:
Mylloon 2024-03-26 13:21:29 +01:00
parent 46c470de8d
commit 1ae8d9236a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

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