Skip to content

Commit

Permalink
Add in rvm path and bash aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jghazally committed Apr 28, 2014
1 parent 6600841 commit a10a2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bash_aliases
Expand Up @@ -3,3 +3,4 @@ alias lsl="ls -lah"
alias wps="wp --path=wp/ $1"

alias vim="stty stop '' -ixoff; vim"
eval "$(hub alias -s)"
2 changes: 2 additions & 0 deletions zshrc
Expand Up @@ -83,3 +83,5 @@ PATH+=:$HOME/.rvm/bin
PATH+=:$HOME/bin:$HOME/dotfiles

[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"

export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting

0 comments on commit a10a2dc

Please sign in to comment.