updates
This commit is contained in:
parent
938671f5d5
commit
5b88529080
3 changed files with 5 additions and 0 deletions
|
@ -70,6 +70,7 @@ alias c "cargo"
|
|||
alias cr "cargo run"
|
||||
alias cb "cargo build"
|
||||
alias cwr "cargo watch -x run"
|
||||
alias ct "cargo test"
|
||||
alias rp "rustup"
|
||||
# Rubies
|
||||
alias be "bundle exec"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
signingkey = 0x6F33B647A7AC80CE
|
||||
[core]
|
||||
editor = vim
|
||||
autocrlf = input
|
||||
[push]
|
||||
default = simple
|
||||
[pull]
|
||||
|
|
|
@ -3,3 +3,6 @@ sethandler <C-C> a:ide
|
|||
sethandler <C-V> a:ide
|
||||
sethandler <C-W> a:ide
|
||||
sethandler <C-S> a:ide
|
||||
sethandler <C-F> a:ide
|
||||
sethandler <C-B> a:ide
|
||||
sethandler <C-A> a:ide
|
||||
|
|
Loading…
Add table
Reference in a new issue