From 45d9f9d4e44fe8ee8ce44744c51b1302c690cfbb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 4 Jan 2023 17:08:00 +0200 Subject: Add bashrc and .shells --- .shells/prompt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .shells/prompt (limited to '.shells/prompt') 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 + -- cgit v1.2.3