diff options
author | Thanos Apollo <[email protected]> | 2023-02-01 10:43:23 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-01 10:43:23 +0200 |
commit | 45fad8817dbb6b1cd2ab96b754a0d21c421a2f20 (patch) | |
tree | a704c07ff0c6b35cebedb7db12f9b5ccb53f7b4f /.shells/prompt.sh | |
parent | ffb9af908e25ab2f757025d47502bf5b5f9506bf (diff) |
Re-Add .shells
Diffstat (limited to '.shells/prompt.sh')
-rw-r--r-- | .shells/prompt.sh | 14 |
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 + + |