added racer explicitly, this time from cargo
This commit is contained in:
parent
15448df465
commit
349e0c66a9
2 changed files with 4 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -53,7 +53,7 @@ export PATH=$GOPATH/bin:$PATH
|
|||
export PATH=$HOME/.local/bin:$PATH
|
||||
export PATH=/usr/local/heroku/bin:$PATH
|
||||
export PATH=$HOME/tools/subuser/logic:$HOME/.subuser/bin:$PATH
|
||||
export PATH=$HOME/dev/dotfiles/.vim/bundle/racer/target/debug:$PATH
|
||||
export PATH=$HOME/.multirust/toolchains/stable/cargo/bin:$PATH
|
||||
export RUST_SRC_PATH=$HOME/dev/rust/src
|
||||
export EDITOR="vim"
|
||||
export KEYTIMEOUT=1
|
||||
|
|
|
@ -84,6 +84,9 @@ else
|
|||
git pull
|
||||
fi
|
||||
|
||||
# racer
|
||||
cargo install racer
|
||||
|
||||
# rvm
|
||||
gpg --recv-keys BF04FF17
|
||||
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
|
||||
|
|
Loading…
Reference in a new issue