shrc: remove shgit integration

This commit is contained in:
Lucas 2023-02-11 12:34:07 +00:00
parent a783663e02
commit 8e24da6bcd
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ if [ -d ~/local/libdata/perl5/site_perl ]; then
fi
PS1=
if command -v git >/dev/null && [ -f ~/code/lucas/env/utils/shgit ]; then
. ~/code/lucas/env/utils/shgit
export PS1='$(shgit)'
fi
case $SHELL in
/bin/mksh)