Commit 90627d3d authored by Dale Campbell's avatar Dale Campbell Committed by Robby Russell
Browse files

adding quotes to tab()

parent 2ecc228b
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment