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