Remove darwin from the case
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user