Remove utility aliases for Cygwin

This commit is contained in:
Sorin Ionescu 2013-09-27 00:11:38 -04:00
parent 254b7c36d9
commit d368d0536b
1 changed files with 0 additions and 4 deletions

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'