Update gcloud Shell bashrcs

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-02-21 14:59:40 +00:00
parent 5ce412e8d8
commit 094d9ba564
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 11 additions and 10 deletions

View File

@ -16,9 +16,9 @@
# Avoid sourcing bashrc.google more than once for a session as some of
# the commands below are not reentrant.
if [[ -n "${GOOGLE_BASHRC_SOURCED}" ]]; then
return
fi
#if [[ -n "${GOOGLE_BASHRC_SOURCED}" ]]; then
# return
#fi
GOOGLE_BASHRC_SOURCED=1
START_TIME=$(date +%s%3N)

View File

@ -4,10 +4,10 @@
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
#case $- in
# *i*) ;;
# *) return;;
#esac
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
@ -110,9 +110,9 @@ fi
export LD_LIBRARY_PATH=/usr/local/lib
# After all of these, source my customized Google Cloud Shell bahsrc.
if [ -f "/google/devshell/bashrc.google" ]; then
source "$HOME/.dotfiles/bashrc/google.bashrc"
fi
#if [ -f "/google/devshell/bashrc.google" ]; then
# source "$HOME/.dotfiles/bashrc/google.bashrc"
#fi
# Instead of using Google Cloud Shell's preinstalled nvm, I manually installed it on my home directory.
export NVM_DIR="$HOME/.nvm"
@ -150,3 +150,4 @@ eval $(gpg-agent --daemon) >> /dev/null 2>&1
# We still need this, just in case gpg-agent is being a dick
source $DOTFILES_STUFF_BIN/source-ssh-agent
export GPG_TTY=$(tty)
eval "$(direnv hook bash)"