Browse Source

Remove utility aliases for Cygwin

master
Sorin Ionescu 11 years ago
parent
commit
d368d0536b
  1. 4
      modules/utility/init.zsh

4
modules/utility/init.zsh

@ -104,10 +104,6 @@ alias sl='ls' # I often screw this up. @@ -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…
Cancel
Save