Skip to content

Instantly share code, notes, and snippets.

@ktkaushik
Created January 15, 2015 10:18
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 ktkaushik/8ba9950ba5944835d794 to your computer and use it in GitHub Desktop.
Save ktkaushik/8ba9950ba5944835d794 to your computer and use it in GitHub Desktop.
bash profile file
source ~/.bash_settings/.paths
#export PATH="/usr/local/Cellar/postgresql/9.2.3/bin/:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
source ~/.bash_settings/.bash_pretty
source ~/.bash_settings/.aliases
# {{{
# Node Completion - Auto-generated, do not touch.
shopt -s progcomp
for f in $(command ls ~/.node-completion); do
f="$HOME/.node-completion/$f"
test -f "$f" && . "$f"
done
# }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment