Skip to content

Instantly share code, notes, and snippets.

@RohanNagar
Last active April 29, 2020 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RohanNagar/cd58dc875dc314c82daa9f4a7df4a1c5 to your computer and use it in GitHub Desktop.
Save RohanNagar/cd58dc875dc314c82daa9f4a7df4a1c5 to your computer and use it in GitHub Desktop.
My current bash_profile
# Custom shell prompt
export PS1="\u \[\033[1;31m\]\w\[\033[32m\]\[\033[00m\] $ "
# Prompt Colors
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init -)"
fi
export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="/usr/local/opt/ruby/bin:/usr/local/lib/ruby/gems/2.6.0/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment