Update aliases
This commit is contained in:
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 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.*$//")'
|
||||
|
||||
@@ -192,3 +192,4 @@ nootropics
|
||||
teleportation
|
||||
teleportations
|
||||
codiing
|
||||
SET
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user