From d15e69b94486655fa42f3933ff5cab6d2a1ca303 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: Mon, 15 Aug 2022 20:56:36 +0800 Subject: [PATCH] PS1 not working due to prev commit --- bash/rbashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash/rbashrc b/bash/rbashrc index 21378f7..7a761a9 100644 --- a/bash/rbashrc +++ b/bash/rbashrc @@ -15,9 +15,6 @@ RBASH_REMOTE="https://git.k8s.astropenguin.net" RBASH_REPO="penguin/utils" RBASH_PATH="bash" -export PS1='This is \e[1;3m\e[0m: \w\n\$ ' -export EDITOR=vim - # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc @@ -288,6 +285,9 @@ function r2dissource { rm -r "$_dis" "$RBASH_SOURCES" } +export PS1='This is \e[1;3m\e[0m: \w\n\$ ' +export EDITOR=vim + # Source for custom bash env, allows overriding if [ -f "$RBASH_ENV" ]; then source "$RBASH_ENV"