feat(git): add git remote and remove verbose git status for gitf default (#60)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/60
This commit is contained in:
Victor Westerlund 2025-10-29 19:16:01 +01:00
parent 034fc0cd84
commit 51480714d8

View file

@ -177,9 +177,11 @@ gitf () {
;; ;;
*) *)
git remote -v
echo ""
git branch -v git branch -v
echo "" echo ""
git status -v git status
;; ;;
esac esac
} }