diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-07 22:40:28 +0100 |
commit | 553530387aaf6a442a33eba3f7b43b8911fc4bb8 (patch) | |
tree | fd00a8322eea975b1633af9faf778432d5292673 /.config/zsh/exports.zsh | |
parent | 7eae457654052897a8d5ca55e5a8217d4ab9f78c (diff) |
Add new arch configs, messed up color theme
Diffstat (limited to '.config/zsh/exports.zsh')
-rw-r--r-- | .config/zsh/exports.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/zsh/exports.zsh b/.config/zsh/exports.zsh index 243db8b..228cb84 100644 --- a/.config/zsh/exports.zsh +++ b/.config/zsh/exports.zsh @@ -28,5 +28,9 @@ export CLICOLOR=1 export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH" PATH=$(pyenv root)/shims:$PATH +eval "$(pyenv init -)" + +# Rust +export PATH="$HOME/.cargo/bin:$PATH" export GEM_HOME="$HOME/.gem" |