mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-09-18 21:39:54 +00:00
add generic title support for a very basic sh
This commit is contained in:
parent
ef9da6dbac
commit
550c3e7e79
1 changed files with 8 additions and 0 deletions
8
sh/title
Normal file
8
sh/title
Normal file
|
@ -0,0 +1,8 @@
|
|||
if [ $USER = root ] ; then
|
||||
BASE="#"
|
||||
else
|
||||
BASE="$"
|
||||
fi
|
||||
|
||||
PS1="${USER} ${BASE} "
|
||||
export PS1
|
Loading…
Add table
Reference in a new issue