Skip to content

Instantly share code, notes, and snippets.

@remyhunt
Last active January 4, 2017 18:05
Show Gist options
  • Save remyhunt/9f2eb7494116223ae7355f6ba5d24b5d to your computer and use it in GitHub Desktop.
Save remyhunt/9f2eb7494116223ae7355f6ba5d24b5d to your computer and use it in GitHub Desktop.
my .bashrc
# always forget this command '$source ~/.bash_profile'
# Added by the canvas-lms setup script
# These settings make chruby work
# See https://github.com/postmodern/chruby
PATH=$PATH:~/.scripts/
PATH=$PATH:~/usr/local/bin
# PATH=$PATH:~/.composer/local/bin/
# PATH=$PATH:~/.composer/local/bin/laravel
PATH=~/.composer/vendor/bin:$PATH
# alias composer = "php /usr/local/bin/composer.phar"
# alias laravel = "~/.composer/vendor/bin/laravel"
# [ -f /usr/local/share/chruby/chruby.sh ] && . /usr/local/share/chruby/chruby.sh
# [ -f /usr/local/share/chruby/auto.sh ] && . /usr/local/share/chruby/auto.sh
# [ -f /usr/local/opt/chruby/share/chruby/chruby.sh ] && . /usr/local/opt/chruby/share/chruby/chruby.s]
# [ -f /usr/local/opt/chruby/share/chruby/auto.sh ] && . /usr/local/opt/chruby/share/chruby/auto.sh
# export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment