Watch
1
0
Fork
You've already forked dotfiles
0

Add aliases for easier xcliping

This commit is contained in:
Alexander Hess 2026-08-03 14:28:42 +02:00
commit b426e53e8e
Signed by: alexander
GPG key ID: B46EDB4DFC26805D

View file

@ -12,6 +12,12 @@ if _command_exists batcat; then
fi
if _command_exists xclip; then
alias clip='xclip -selection clipboard'
alias clip-out='xclip -selection clipboard -o'
fi
# Integrate `git`
if _command_exists git; then