mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
adding quotes to tab()
This commit is contained in:
parent
2ecc228b23
commit
90627d3d1c
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\"; $*" in window 1
|
||||
end tell
|
||||
EOF
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue