From 4f977694b62e84acab0a2913ebd272206bbd2532 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 3 Nov 2022 22:29:29 +0100 Subject: [PATCH] Pyenv --- discocss/.config/discocss/custom.css | 2 +- zsh/.zshrc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/discocss/.config/discocss/custom.css b/discocss/.config/discocss/custom.css index 17407f0..fa6a3e5 100644 --- a/discocss/.config/discocss/custom.css +++ b/discocss/.config/discocss/custom.css @@ -101,7 +101,7 @@ code.hljs:not(.inline)::before { max-width: 100px; text-align: right; min-width: auto; - margin-top: -105px; + margin-top: -127px; line-height: 20px; overflow-x: hidden; scrollbar-width: none; diff --git a/zsh/.zshrc b/zsh/.zshrc index 707fb24..6b99853 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -111,3 +111,8 @@ export VIDPLAY=vlc export IMGVIEW=eog export BROWSER=qutebrowser export EDITOR=nvim + +# pyenv +export PYENV_ROOT="$HOME/.pyenv" +command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)"