summaryrefslogtreecommitdiff
path: root/.shells/prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shells/prompt.sh')
-rw-r--r--.shells/prompt.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/.shells/prompt.sh b/.shells/prompt.sh
new file mode 100644
index 0000000..d919457
--- /dev/null
+++ b/.shells/prompt.sh
@@ -0,0 +1,14 @@
+
+# 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
+
+