Remove darwin from the case
parent
0ddf972d99
commit
29c8e572c1
|
|
@ -6,8 +6,6 @@ case $OSTYPE in
|
|||
XCLIP=$(command -v xclip)
|
||||
[[ $XCLIP ]] && alias pbcopy="$XCLIP -selection clipboard" && alias pbpaste="$XCLIP -selection clipboard -o"
|
||||
;;
|
||||
darwin*)
|
||||
;;
|
||||
esac
|
||||
|
||||
# to use it just install xclip on your distribution and it would work like:
|
||||
|
|
|
|||
Loading…
Reference in New Issue