From 8e24da6bcdcc05724340a4b194d21326eb74fd6e Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 11 Feb 2023 12:34:07 +0000 Subject: [PATCH] shrc: remove shgit integration --- dotfiles/shrc | 4 ---- 1 file changed, 4 deletions(-) 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)