FIXED: syntax error in osx module tab function
This commit is contained in:
parent
412af29808
commit
ee249e50ee
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ EOF
|
|||
EOF
|
||||
}
|
||||
|
||||
[[ "$the_app" == 'iTerm2']] && {
|
||||
[[ "$the_app" == 'iTerm2' ]] && {
|
||||
osascript 2>/dev/null <<EOF
|
||||
tell application "iTerm2"
|
||||
tell current window
|
||||
|
|
Loading…
Reference in a new issue