mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
sublime: wrap in anonymous function so local works.
This commit is contained in:
parent
6f100a21e2
commit
76cd57530b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Sublime Text 2 Aliases
|
||||
|
||||
() {
|
||||
|
||||
if [[ $('uname') == 'Linux' ]]; then
|
||||
local _sublime_linux_paths > /dev/null 2>&1
|
||||
_sublime_linux_paths=(
|
||||
|
|
@ -67,4 +69,6 @@ elif [[ "$OSTYPE" == cygwin ]]; then
|
|||
done
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
alias stt='st .'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue