mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2025-03-05 20:49:40 -08:00
cleanup
This commit is contained in:
parent
090874ebd8
commit
172dbc924c
3
.bashrc
3
.bashrc
|
@ -66,8 +66,7 @@ fi
|
|||
if [ "$color_prompt" = yes ]; then
|
||||
PS1="\[\033[0;31m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] && echo \"[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\")[$(if [[ ${EUID} == 0 ]]; then echo '\[\033[01;31m\]root\[\033[01;33m\]@\[\033[01;96m\]\h'; else echo '\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h'; fi)\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]\w\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274\[\033[0m\]\[\e[01;33m\]\\monkeys $\[\e[0m\]"
|
||||
else
|
||||
#PS1='┌──[\u@\h]─[\w]\n└──╼ \$ '
|
||||
PS1="monkeybutts"
|
||||
PS1='┌──[\u@\h]─[\w]\n└──╼ \$ '
|
||||
fi
|
||||
|
||||
# Set 'man' colors
|
||||
|
|
Loading…
Reference in a new issue