X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/686c6d84bdc8407e2655dcdf708882e712dbd37d..1a2c9c24bbc911a889f322967c86383ff3241a3e:/zsh/.zprofile diff --git a/zsh/.zprofile b/zsh/.zprofile index f64674a..656d599 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1,4 +1,8 @@ - -[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx - - +export PATH=$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.cargo/bin:$PATH +export XDG_CONFIG_HOME=$HOME/.config +export XDG_DATA_HOME=$HOME/.local/share +export XDG_DATA_DIRS=/usr/local/share:/usr/share +export MAILDIR="$HOME/mail" +export CVS_RSH=ssh +export MATHMODELS=$HOME/src/eiffel/mathmodels +export RUST_SRC_PATH=~/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src