summaryrefslogtreecommitdiff
path: root/.shells/prompt
blob: b7b83422c2aa53326870e5d7616453c64727fe3b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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