Update aliases

This commit is contained in:
Michael Campagnaro 2018-01-21 19:04:07 -05:00
parent 46e9392a49
commit bfa5623f71
3 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ alias bbd='if [ -f build ]; then ./build -o 1 -data 1 ; else test -f build.sh &&
alias bl='brew link --overwrite'
alias bld='brew link --overwrite --dry-run'
alias bower='noglob bower'
alias br='./build ; ./run'
alias br='b ; r'
alias cr='RUSTFLAGS="$RUSTFLAGS -A unused_variables -A dead_code -A unused_parens" cargo run'
alias crr='cargo run --release'
alias cb='RUSTFLAGS="$RUSTFLAGS -A unused_variables -A dead_code -A unused_parens" cargo build'
@ -95,7 +95,7 @@ alias lsd='lein start-dev'
alias moon='curl wttr.in/moon'
alias patch='git format-patch HEAD^ --stdout > patch.diff'
alias reguard='killall -9 ruby ; guard'
alias r='./run'
alias r='if [ -f run ]; then ./run ; else test -f run.sh && ./run.sh ; fi'
alias rb='rbenv'
alias rbg='rbenv gemset active'
alias rbp='cd $RBENV_PATH/versions/$(rbenv version | sed -e "s/ (set.*$//")'

View File

@ -192,3 +192,4 @@ nootropics
teleportation
teleportations
codiing
SET

Binary file not shown.