feat(bash): add git status to bashrc

This commit is contained in:
matt1432 2023-12-10 15:31:39 -05:00
parent a853ae31dc
commit 7cf578fa3b

View file

@ -1,3 +1,13 @@
# Check git status of nix configs
(
cd ~/.nix || exit 1
git fetch --all > /dev/null
git -c color.status=always status |
grep -v -e branch \
-e 'use "git' \
-e "nothing to commit"
)
# Pokemon Sprite
[ -x "$(command -v pokemon-colorscripts)" ] &&
[ "$POKE" == "true" ] &&