This commit is contained in:
Mylloon 2023-11-18 21:01:17 +01:00
parent a30b7d448f
commit 4f42dc9c16
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 0 deletions

View file

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

View file

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