mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Fixed github plugin's empty_gh function
This commit is contained in:
parent
c79e5a97a9
commit
66f66c6a21
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue