1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-30 13:40:27 +00:00

Remove utility aliases for Cygwin

This commit is contained in:
Sorin Ionescu 2013-09-27 00:11:38 -04:00
parent 254b7c36d9
commit d368d0536b

View File

@ -104,10 +104,6 @@ alias sl='ls' # I often screw this up.
# Mac OS X Everywhere
if [[ "$OSTYPE" == darwin* ]]; then
alias o='open'
elif [[ "$OSTYPE" == cygwin* ]]; then
alias o='cygstart'
alias pbcopy='tee > /dev/clipboard'
alias pbpaste='cat /dev/clipboard'
else
alias o='xdg-open'