diff options
Diffstat (limited to '.shells/prompt')
-rw-r--r-- | .shells/prompt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.shells/prompt b/.shells/prompt deleted file mode 100644 index d919457..0000000 --- a/.shells/prompt +++ /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 - - |