Update aliases
This commit is contained in:
parent
46e9392a49
commit
bfa5623f71
4
aliases
4
aliases
|
@ -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 bl='brew link --overwrite'
|
||||||
alias bld='brew link --overwrite --dry-run'
|
alias bld='brew link --overwrite --dry-run'
|
||||||
alias bower='noglob bower'
|
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 cr='RUSTFLAGS="$RUSTFLAGS -A unused_variables -A dead_code -A unused_parens" cargo run'
|
||||||
alias crr='cargo run --release'
|
alias crr='cargo run --release'
|
||||||
alias cb='RUSTFLAGS="$RUSTFLAGS -A unused_variables -A dead_code -A unused_parens" cargo build'
|
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 moon='curl wttr.in/moon'
|
||||||
alias patch='git format-patch HEAD^ --stdout > patch.diff'
|
alias patch='git format-patch HEAD^ --stdout > patch.diff'
|
||||||
alias reguard='killall -9 ruby ; guard'
|
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 rb='rbenv'
|
||||||
alias rbg='rbenv gemset active'
|
alias rbg='rbenv gemset active'
|
||||||
alias rbp='cd $RBENV_PATH/versions/$(rbenv version | sed -e "s/ (set.*$//")'
|
alias rbp='cd $RBENV_PATH/versions/$(rbenv version | sed -e "s/ (set.*$//")'
|
||||||
|
|
|
@ -192,3 +192,4 @@ nootropics
|
||||||
teleportation
|
teleportation
|
||||||
teleportations
|
teleportations
|
||||||
codiing
|
codiing
|
||||||
|
SET
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user