Make git-summary command use a local lookup in bye()

This commit is contained in:
flyingscorpio@arch-desktop 2020-11-13 13:33:39 +01:00
parent 9b413c1a1d
commit ba72f22b78

View file

@ -108,7 +108,7 @@ hello() {
bye() {
cd || exit 1
git-summary -d
git-summary -dl
system_update
}