Add zshenv and some useful paths.
This commit is contained in:
parent
4b13154724
commit
c9e186588f
2 changed files with 14 additions and 2 deletions
9
zshrc/.zshenv
Normal file
9
zshrc/.zshenv
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue