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
7bb42fb4
Commit
7bb42fb4
authored
Dec 29, 2012
by
James Magnarelli
Committed by
ncanceill
May 28, 2014
Browse files
Corrected syntax error in github plugin's empty_gh function
parent
6fc241b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/github/github.plugin.zsh
View file @
7bb42fb4
...
...
@@ -40,7 +40,7 @@ fi
#
# Use this when creating a new repo from scratch.
empty_gh
()
{
# [NAME_OF_REPO]
repo
=
$1
repo
=
$1
ghuser
=
$(
git config github.user
)
mkdir
"
$repo
"
...
...
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