mirror of
https://github.com/meineerde/dotfiles.git
synced 2025-12-19 16:51:12 +00:00
Add redcar wrapper
This commit is contained in:
parent
6cbbefd9f9
commit
e7cc905b09
2
.bashrc
2
.bashrc
@ -235,7 +235,7 @@ alias goit='git'
|
|||||||
alias ss="script/server -b 127.0.0.1"
|
alias ss="script/server -b 127.0.0.1"
|
||||||
alias sc="script/console"
|
alias sc="script/console"
|
||||||
|
|
||||||
alias ssh="ssh -A"
|
alias redcar="wrapped_redcar --fork"
|
||||||
|
|
||||||
# shorthands - i do this a lot
|
# shorthands - i do this a lot
|
||||||
ruby_version() { if [ -z $1 ]; then echo $RUBY_VERSION; else RUBY_VERSION=$1; fi; }
|
ruby_version() { if [ -z $1 ]; then echo $RUBY_VERSION; else RUBY_VERSION=$1; fi; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user