From 21c33508f4304a8354269532a53481aa5c5df815 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sun, 19 Feb 2023 14:09:25 -0800 Subject: i3: move i3bar to top --- dot_zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_zshrc') diff --git a/dot_zshrc b/dot_zshrc index 17758f0..3f30d82 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -143,4 +143,8 @@ alias xc="xclip -selection clip" alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" alias vimrc="vim ~/.vimrc" +export PYENV_ROOT="$HOME/.pyenv" +command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" +eval "$(pyenv init -)" + eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" -- cgit v1.2.3