mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-13 09:20:09 +00:00
Merge pull request #4411 from TylerCharlesworth/patch-1
Fixes Sublime Cygwin support
This commit is contained in:
commit
52e2aaee06
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
alias stt='st .'
|
alias stt='st .'
|
||||||
|
|
Loading…
Reference in a new issue