ENH: go-many-git
This commit is contained in:
parent
ae788d73cd
commit
89199bb23f
2 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,9 @@ zstyle ':prezto:module:editor' key-bindings 'vi'
|
|||
# Ignore submodules when they are 'dirty', 'untracked', 'all', or 'none'.
|
||||
# zstyle ':prezto:module:git:status:ignore' submodules 'all'
|
||||
|
||||
# Disable aliases
|
||||
zstyle ':prezto:module:git:alias' skip 'yes'
|
||||
|
||||
#
|
||||
# GNU Utility
|
||||
#
|
||||
|
|
|
@ -62,3 +62,4 @@ function back_things_up() {
|
|||
ln -s $dest_root/$date $dest_root/latest
|
||||
# TODO: once confident pruning is working well, add that in here
|
||||
}
|
||||
alias gmg=$GOPATH/bin/go-many-git
|
||||
|
|
Loading…
Add table
Reference in a new issue