9 lines
205 B
Bash
9 lines
205 B
Bash
# 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
|