Browse Source

adding quotes to tab()

Dale Campbell 15 years ago
parent
commit
a8367b0df5
  1. 2
      lib/functions.zsh

2
lib/functions.zsh

@ -44,7 +44,7 @@ function tab() { @@ -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…
Cancel
Save