feat(git): display verbose branch and status for gitf default (#44)

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/44
This commit is contained in:
Victor Westerlund 2025-09-17 17:06:30 +02:00
parent 4e516e22da
commit 8153e07325

View file

@ -115,7 +115,9 @@ gitf () {
;; ;;
*) *)
git status git branch -v
echo ""
git status -v
;; ;;
esac esac
} }