add xclip abbr

This commit is contained in:
Mylloon 2023-10-18 11:16:59 +02:00
parent a89a48e07b
commit 709beaf689
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,3 +3,4 @@ abbr d "nautilus . -w &> /dev/null & disown"
abbr vs "codium ." abbr vs "codium ."
abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"' abbr vencord-installer 'yes | sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
abbr topgrade "topgrade -y -c --skip-notify" abbr topgrade "topgrade -y -c --skip-notify"
abbr xclip "xclip -selection clipboard"