mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
cleanup works, and lacks the finder wonkiness
This commit is contained in:
parent
ca447667f9
commit
13832fd04c
1 changed files with 2 additions and 8 deletions
|
|
@ -38,9 +38,7 @@ if [[ $TERM_PROGRAM != iTerm.app ]]; then
|
|||
end tell"
|
||||
return 1
|
||||
else
|
||||
osascript -e " tell app \"Finder\"
|
||||
activate
|
||||
tell application \"iTerm\"
|
||||
osascript -e " tell application \"iTerm\"
|
||||
make new terminal
|
||||
tell the front terminal
|
||||
activate current session
|
||||
|
|
@ -50,13 +48,9 @@ else
|
|||
end tell
|
||||
end tell
|
||||
end tell
|
||||
tell application \"Finder\"
|
||||
activate
|
||||
end tell
|
||||
tell application \"iTerm\"
|
||||
activate
|
||||
end tell
|
||||
end tell"
|
||||
end tell "
|
||||
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue