Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
90627d3d
"vscode:/vscode.git/clone" did not exist on "84e90669847771344ec949c4c2a775882c519624"
Commit
90627d3d
authored
Dec 26, 2009
by
Dale Campbell
Committed by
Robby Russell
Dec 27, 2009
Browse files
adding quotes to tab()
parent
2ecc228b
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/functions.zsh
View file @
90627d3d
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment