mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 09:51:41 +00:00
adding quotes to tab()
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user