blob: d91945736c6afa613628f7401658639659e7412e (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|