diff --git a/bash/bashrc/rbashrc b/bash/bashrc/rbashrc index 3f07008..6925123 100644 --- a/bash/bashrc/rbashrc +++ b/bash/bashrc/rbashrc @@ -189,9 +189,7 @@ function rbash_run { rm "$TMPFILE"; } -SHELL_D=$( id -G | grep -qE '\<(544|0)\>' && echo "#" || echo "\$" ) - -export PS1='This is \e[1;3m\e[0m: \w\n$SHELL_D ' +export PS1='This is \e[1;3m\e[0m: \w\n\$ ' export EDITOR=vim # User specific aliases and functions