Browse Source

Revert "Remove utility aliases for Cygwin"

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

4
modules/utility/init.zsh

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