knoebber / bashrc / 9e1ddf0 vs. 5b333d1

Compare Hashes

HUNK
export EDITOR='vim' export COSMOS_TUNA_PATH="$HOME/projects/comptche-shop" export CGO_CFLAGS="-g -O2 -Wno-return-local-addr" export PATH="/usr/local/lib/node_modules/yarn/bin:$PATH" # setup rbenv export PATH="$HOME/.rbenv/bin:$PATH" eval "$(rbenv init -)" if [ -e rbenv ]; then eval "$(rbenv init -)" fi # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options
HUNK
fi if [ -f ~/.bash_ps1 ]; then . ~/.bash_ps1 fifi