Update shell rc files related to Bashbox PATH install

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-01-18 23:19:41 +08:00
parent 1f3a8f6700
commit 77ae8c6d42
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 3 additions and 1 deletions

View File

@ -197,3 +197,4 @@ eval "$(direnv hook bash)"
# Don't install gems globally, that would be chaos for file permissions
export GEM_HOME="$HOME/.gems" PATH="$HOME/.gems/bin:$PATH"
source "/home/gildedguy/.bashbox/env";

View File

@ -131,7 +131,7 @@ else
*) export EDITOR="nano" ;;
esac
fi
#export GIT_EDITOR=$EDITOR
export GIT_EDITOR="nano" # why not?
# As long as possible, attempt to setup our GnuPG agent when we're on an SSH session.
if [[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]; then
@ -203,3 +203,4 @@ source $ZSH/oh-my-zsh.sh
### Oh My ZSH init stuff ends here ###
source "/home/gildedguy/.bashbox/env";