diff options
Diffstat (limited to '.shells/prompt')
-rw-r--r-- | .shells/prompt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.shells/prompt b/.shells/prompt new file mode 100644 index 0000000..b7b8342 --- /dev/null +++ b/.shells/prompt @@ -0,0 +1,13 @@ + +# 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 + |