10 lines
205 B
Text
10 lines
205 B
Text
|
# Rust
|
||
|
. "$HOME/.cargo/env"
|
||
|
|
||
|
# My paths
|
||
|
export CODE_DIR=$HOME/code
|
||
|
export TOOLS_DIR=$HOME/tools
|
||
|
export WTOOLS_DIR=$CODE_DIR/ic_tools
|
||
|
export PTOOLS_DIR=$CODE_DIR/jg_tools
|
||
|
export PROJ_DIR=$CODE_DIR/projects
|