mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Clear new tabs.
This commit is contained in:
parent
3d22ee248c
commit
6ec9f8c168
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ function tab() {
|
|||
end
|
||||
tell application "Terminal"
|
||||
activate
|
||||
do script with command "cd \"$PWD\"; $*" in window 1
|
||||
do script with command "cd \"$PWD\"; clear; $*" in window 1
|
||||
end tell
|
||||
EOF
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue