summaryrefslogtreecommitdiff
path: root/.shells/prompt.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-02-01 10:43:23 +0200
committerThanos Apollo <[email protected]>2023-02-01 10:43:23 +0200
commit45fad8817dbb6b1cd2ab96b754a0d21c421a2f20 (patch)
treea704c07ff0c6b35cebedb7db12f9b5ccb53f7b4f /.shells/prompt.sh
parentffb9af908e25ab2f757025d47502bf5b5f9506bf (diff)
Re-Add .shells
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
+
+