ENH: go-many-git

This commit is contained in:
Matthew Ryan Dillon 2017-08-23 05:50:18 -07:00
parent ae788d73cd
commit 89199bb23f
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,9 @@ zstyle ':prezto:module:editor' key-bindings 'vi'
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'. # Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
# zstyle ':prezto:module:git:status:ignore' submodules 'all' # zstyle ':prezto:module:git:status:ignore' submodules 'all'
# Disable aliases
zstyle ':prezto:module:git:alias' skip 'yes'
# #
# GNU Utility # GNU Utility
# #

View file

@ -62,3 +62,4 @@ function back_things_up() {
ln -s $dest_root/$date $dest_root/latest ln -s $dest_root/$date $dest_root/latest
# TODO: once confident pruning is working well, add that in here # TODO: once confident pruning is working well, add that in here
} }
alias gmg=$GOPATH/bin/go-many-git