some slight font related tweaks
This commit is contained in:
parent
347cacc969
commit
a1eaa87ea0
3 changed files with 7 additions and 7 deletions
6
bashrc
6
bashrc
|
@ -44,13 +44,13 @@ prompt_command()
|
|||
esac
|
||||
if ((UID)); then
|
||||
prompt_user="${pblack}\u${preset} "
|
||||
bang="${pblack}>"
|
||||
bang="${pblack}>${preset}"
|
||||
else
|
||||
prompt_user="${pred}\u${preset} "
|
||||
bang="${pred}>"
|
||||
bang="${pred}>${preset}"
|
||||
fi
|
||||
ps_line1="[ ${prompt_user}${HOSTNAME}:${pblack}$(pwd)${preset} ]"
|
||||
ps_line2="${bang}${preset} "
|
||||
ps_line2="${bang} "
|
||||
PS1="${ps_line1}\n${ps_line2}"
|
||||
}
|
||||
PROMPT_COMMAND=prompt_command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue