aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-03-01 10:16:38 -0800
committerclarkzjw <[email protected]>2023-03-01 10:16:38 -0800
commit1f93ff4bbc8d720a5a2dbb979eac01f7c8d78689 (patch)
treef5845a143b1782866fb4cc3e8fa0adb8d9a7b1f8 /dot_zshrc
parent88b0c2ed6199471d5f3bd601a6e257475606d772 (diff)
downloaddotfiles-1f93ff4bbc8d720a5a2dbb979eac01f7c8d78689.tar.gz
i3: update border pixel
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_zshrc b/dot_zshrc
index 3f30d82..ef1ce4b 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -147,4 +147,6 @@ export PYENV_ROOT="$HOME/.pyenv"
147command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" 147command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
148eval "$(pyenv init -)" 148eval "$(pyenv init -)"
149 149
150eval "$(rbenv init - zsh)"
151
150eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)" 152eval "$(lua /home/clarkzjw/Documents/code/z.lua/z.lua --init zsh)"
Powered by cgit v1.2.3 (git 2.41.0)