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
Ohmyzsh
Commits
50d32945
Commit
50d32945
authored
Aug 30, 2015
by
Robby Russell
Browse files
Merge pull request #4289 from moonfruit/master
Remove redundant semicolon
parents
869b1046
0a2c31fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/osx/osx.plugin.zsh
View file @
50d32945
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
function
tab
()
{
function
tab
()
{
local command
=
"cd
\\\"
$PWD
\\\"
; clear
;
"
local command
=
"cd
\\\"
$PWD
\\\"
; clear"
((
$#
>
0
))
&&
command
=
"
${
command
}
;
$*
"
((
$#
>
0
))
&&
command
=
"
${
command
}
;
$*
"
the_app
=
$(
the_app
=
$(
...
...
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