diff options
Diffstat (limited to 'config/essentials/shell')
-rw-r--r-- | config/essentials/shell/functions.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index d798a3e..9e12715 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -124,14 +124,6 @@ unzipp() { # fix long waiting time __git_files() { _wanted files expl 'local files' _files; } -ginit() -{ - [ "$1" ] || return 1 - ssh db /var/git/initdir.sh "$1" - git remote add origin git@db:"$1.git" - git push --set-upstream origin $(git_current_branch) -} - # Returns current branch git_current_branch() { |