mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-02-02 21:12:16 +08:00
Simplify a conditional
This commit is contained in:
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…
Reference in New Issue
Block a user