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 "9dc58c2b95d4d7b8b071c001c6646cb290c3a98b"
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
Hide whitespace changes
Inline
Side-by-side
lib/functions.zsh
View file @
90627d3d
...
@@ -44,7 +44,7 @@ function tab() {
...
@@ -44,7 +44,7 @@ function tab() {
end
end
tell application "Terminal"
tell application "Terminal"
activate
activate
do script with command "cd
$PWD
;
$*
" in window 1
do script with command "cd
\"
$PWD
\"
;
$*
" in window 1
end tell
end tell
EOF
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