summaryrefslogtreecommitdiff
path: root/.shells/prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shells/prompt.sh')
-rwxr-xr-x.shells/prompt.sh14
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
-
-