Make git-summary command use a local lookup in bye()
This commit is contained in:
parent
9b413c1a1d
commit
ba72f22b78
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ hello() {
|
|||
|
||||
bye() {
|
||||
cd || exit 1
|
||||
git-summary -d
|
||||
git-summary -dl
|
||||
system_update
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue