Skip to content

Commit

Permalink
add rust in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Usalj committed Aug 15, 2017
1 parent de12182 commit 4c420f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export GOPATH=$HOME/code/go
export GOBIN=$GOPATH/bin
PATH=$GOPATH/bin:$PATH

# Rust
export PATH=$HOME/.cargo/bin:$PATH

# Open files, git commits, etc. with Vim
editor=nvim
export EDITOR=$editor
Expand Down

0 comments on commit 4c420f9

Please sign in to comment.