Include Rust compatibility
This commit is contained in:
parent
cc947815d7
commit
767c5cc723
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ PATH="$HOME/.composer/vendor/bin:$PATH"
|
||||||
# Python
|
# Python
|
||||||
export PYTHONPATH="$PYTHONPATH:$HOME/dotfiles/lib/python"
|
export PYTHONPATH="$PYTHONPATH:$HOME/dotfiles/lib/python"
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
source $HOME/.cargo/env
|
||||||
|
|
||||||
## Completion
|
## Completion
|
||||||
|
|
||||||
# Load up the extra Z Shell completions
|
# Load up the extra Z Shell completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue