1
0
Fork 0

Simplify a conditional

pull/429/merge
Sorin Ionescu 11 years ago
parent b769505857
commit 959887013d

@ -114,9 +114,7 @@ else
if (( $+commands[xclip] )); then
alias pbcopy='xclip -selection clipboard -in'
alias pbpaste='xclip -selection clipboard -out'
fi
if (( $+commands[xsel] )); then
elif (( $+commands[xsel] )); then
alias pbcopy='xsel --clipboard --input'
alias pbpaste='xsel --clipboard --output'
fi

Loading…
Cancel
Save