mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
sublime: Merge apjanke anonymous function patch
This commit is contained in:
commit
793b3e34f5
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
# Sublime Text 2 Aliases
|
||||
|
||||
() {
|
||||
if [[ "$OSTYPE" == 'linux-gnu' ]]; then
|
||||
local _sublime_linux_paths > /dev/null 2>&1
|
||||
_sublime_linux_paths=(
|
||||
|
|
@ -69,4 +70,6 @@ elif [[ "$OSTYPE" == cygwin ]]; then
|
|||
unset OLDIFS
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue