Skip to content

Commit

Permalink
ensure correct home is set for git
Browse files Browse the repository at this point in the history
  • Loading branch information
rabidpraxis committed Dec 1, 2015
1 parent 666fac5 commit 7fb84f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .aliases
Expand Up @@ -48,7 +48,7 @@ alias v="vim"

# === Git ====================================================================
#
alias g='HOME=`pwd` git'
alias g='HOME=$ZDOTDIR git'
alias gst='g status --short'
alias gup='g fetch && g rebase'
alias gp='g push'
Expand Down

0 comments on commit 7fb84f2

Please sign in to comment.