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"