diff options
author | clarkzjw <[email protected]> | 2023-02-19 14:09:25 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-19 14:09:25 -0800 |
commit | 21c33508f4304a8354269532a53481aa5c5df815 (patch) | |
tree | 3ac1870495ed6867b2aa36d84ad29a11ec2b5c7d /dot_zshrc | |
parent | 0b64dd7ee70b3529dfbde1592aa2ec9aa5edb271 (diff) | |
download | dotfiles-21c33508f4304a8354269532a53481aa5c5df815.tar.gz |
i3: move i3bar to top
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -143,4 +143,8 @@ alias xc="xclip -selection clip" | |||
143 | alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" | 143 | alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" |
144 | alias vimrc="vim ~/.vimrc" | 144 | alias vimrc="vim ~/.vimrc" |
145 | 145 | ||
146 | export PYENV_ROOT="$HOME/.pyenv" | ||
147 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" | ||
148 | eval "$(pyenv init -)" | ||
149 | |||
146 | eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" | 150 | eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" |