Add aliases for easier xcliping
This commit is contained in:
parent
a8b0a0e68e
commit
b426e53e8e
1 changed files with 6 additions and 0 deletions
|
|
@ -12,6 +12,12 @@ if _command_exists batcat; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
if _command_exists xclip; then
|
||||||
|
alias clip='xclip -selection clipboard'
|
||||||
|
alias clip-out='xclip -selection clipboard -o'
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Integrate `git`
|
# Integrate `git`
|
||||||
if _command_exists git; then
|
if _command_exists git; then
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue