Commit 2266368b authored by Tyler Charlesworth's avatar Tyler Charlesworth
Browse files

Update sublime.plugin.zsh

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