mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
FIXED: syntax error in osx module tab function
This commit is contained in:
parent
412af29808
commit
ee249e50ee
@ -40,7 +40,7 @@ EOF
|
|||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
[[ "$the_app" == 'iTerm2']] && {
|
[[ "$the_app" == 'iTerm2' ]] && {
|
||||||
osascript 2>/dev/null <<EOF
|
osascript 2>/dev/null <<EOF
|
||||||
tell application "iTerm2"
|
tell application "iTerm2"
|
||||||
tell current window
|
tell current window
|
||||||
|
Loading…
Reference in New Issue
Block a user