adding quotes to tab()

master
Dale Campbell 17 years ago committed by Robby Russell
parent 2ecc228b23
commit 90627d3d1c
  1. 2
      lib/functions.zsh

@ -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