Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh

This commit is contained in:
Michael Nikitochkin 2013-03-25 15:13:45 +02:00
commit a77a113f8f
78 changed files with 1487 additions and 209 deletions

View file

@ -61,6 +61,7 @@ exist_gh() { # [DIRECTORY]
cd "$1"
name=$( git config user.name )
ghuser=$( git config github.user )
repo=$1
git remote add origin git@github.com:${ghuser}/${repo}.git
git push -u origin master