From d368d0536b7e857b8bd98cb7f5f547bac8b96bac Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Fri, 27 Sep 2013 00:11:38 -0400 Subject: [PATCH] Remove utility aliases for Cygwin --- modules/utility/init.zsh | 4 ---- 1 file changed, 4 deletions(-) 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'