Remove utility aliases for Cygwin
This commit is contained in:
parent
254b7c36d9
commit
d368d0536b
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue