Commit 52e2aaee authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4411 from TylerCharlesworth/patch-1

Fixes Sublime Cygwin support
parents b05ef103 2266368b
......@@ -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 .'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment