1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

Merge pull request #1889 from jerolimov/patch-1

osx-plugin: Do not clear new tab when calling it with an argument.
This commit is contained in:
Robby Russell
2013-06-21 07:07:07 -07:00

View File

@@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
function tab() {
local command="cd \\\"$PWD\\\""
local command="cd \\\"$PWD\\\"; clear; "
(( $# > 0 )) && command="${command}; $*"
the_app=$(
@@ -34,7 +34,7 @@ EOF
launch session "Default Session"
set current_session to current session
tell current_session
write text "${command}; clear;"
write text "${command}"
end tell
end tell
end tell