diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index 91c78090..c1beee13 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -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'