From 7d2142aa809193fd7ae080a242a1de5256f010da Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 1 May 2023 17:32:00 +0300 Subject: remove secondary files --- .shells/prompt.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 .shells/prompt.sh (limited to '.shells/prompt.sh') diff --git a/.shells/prompt.sh b/.shells/prompt.sh deleted file mode 100755 index d919457..0000000 --- a/.shells/prompt.sh +++ /dev/null @@ -1,14 +0,0 @@ - -# Pormpt - - - -# Adjust the prompt depending on whether we're in 'guix environment'. -# if [ -n "$GUIX_ENVIRONMENT" ] -# then -# PS1='\u@\h \w [env]\$ ' -# else -# PS1='\u@\h \w\$ ' -# fi - - -- cgit v1.2.3