diff --git a/dotfiles/shrc b/dotfiles/shrc index 4c1530f..bbc559a 100644 --- a/dotfiles/shrc +++ b/dotfiles/shrc @@ -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)