From 4e87e859863641f2b7f23fe9f20126858a6297ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 29 Apr 2016 15:47:04 +0800 Subject: [PATCH] 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 \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