about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--configs/shared/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/shared/.zshrc b/configs/shared/.zshrc
index 79832255e0..f18ef365ed 100644
--- a/configs/shared/.zshrc
+++ b/configs/shared/.zshrc
@@ -1,6 +1,7 @@
 export META_DIR="${HOME}/urbint/meta"
 export DOTFILES="${HOME}/dotfiles"
 export ZSH="${HOME}/.oh-my-zsh"
+export PATH="${PATH}:${HOME}/.local/bin"
 
 ZSH_THEME=refined
 plugins=(zsh-autosuggestions git git-extras github)