From 553530387aaf6a442a33eba3f7b43b8911fc4bb8 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sun, 7 Mar 2021 22:40:28 +0100 Subject: Add new arch configs, messed up color theme --- .config/zsh/exports.zsh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/zsh/exports.zsh') 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" -- cgit v1.2.3-70-g09d2