commit 4e87e859863641f2b7f23fe9f20126858a6297ee
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-04-29T07:47:04Z |
| subject | Better shelld |
commit 4e87e859863641f2b7f23fe9f20126858a6297ee
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-04-29T07:47:04Z
Better shelld
---
bash/bashrc/rbashrc | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
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 <MACHINE_NAME>\e[1;3<COLOR_CODE>m<MACHINE_COLORED_NAME>\e[0m: \w\n$SHELL_D '
+export PS1='This is <MACHINE_NAME>\e[1;3<COLOR_CODE>m<MACHINE_COLORED_NAME>\e[0m: \w\n\$ '
export EDITOR=vim
# User specific aliases and functions