diff options
Diffstat (limited to '.shells/prompt.sh')
-rwxr-xr-x | .shells/prompt.sh | 14 |
1 files changed, 0 insertions, 14 deletions
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 - - |