From 106b4e71d8047a6882a4ced2878189c9745c41c8 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 11 Sep 2022 11:10:30 -0700 Subject: [PATCH] add .local sourcing --- dotfiles/zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index b56f9f9..308e222 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -90,3 +90,6 @@ source $symlink_dir/ps1.zsh # ZSH syntax highlighting must be sourced last source $HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +# Created by `userpath` on 2022-09-05 23:32:41 +export PATH="$PATH:$HOME/.local/bin"