1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Merge pull request #4411 from TylerCharlesworth/patch-1

Fixes Sublime Cygwin support
This commit is contained in:
Robby Russell
2015-09-28 07:31:05 -07:00

View File

@@ -38,7 +38,6 @@ elif [[ "$OSTYPE" = darwin* ]]; then
break
fi
done
fi
elif [[ "$OSTYPE" = 'cygwin' ]]; then
local _sublime_cygwin_paths > /dev/null 2>&1
@@ -54,4 +53,6 @@ elif [[ "$OSTYPE" = 'cygwin' ]]; then
fi
done
fi
alias stt='st .'