summaryrefslogtreecommitdiff
path: root/.shells/prompt
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-01-04 17:08:00 +0200
committerThanos Apollo <[email protected]>2023-01-04 17:08:00 +0200
commit45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb (patch)
tree7b762cbc88a886ede609d0983da290ac0757dcfa /.shells/prompt
parent044c8050ffe0f91898970e9b31453eef93a76500 (diff)
Add bashrc and .shells
Diffstat (limited to '.shells/prompt')
-rw-r--r--.shells/prompt13
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
+