aboutsummaryrefslogblamecommitdiff
path: root/sh/shrc.d/prompt.sh
blob: a481b5bb43d9f141a1c08342c25a0ec8da4906ff (plain) (tree)
1
2
3
4
5




                                                                              
# Some systems' /etc/profile setups export PS1, which really fouls things up
# when switching between non-login shells; let's put things right by unsetting
# it to break the export and then just setting them as simple variables
unset PS1 PS2 PS3 PS4
PS1='$ ' PS2='> ' PS3='? ' PS4='+ '