From e73869117ca87540a9ca1e5ee7a2c785e87e6be3 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 21 Jun 2023 20:58:52 -0300 Subject: add ~/bin to zsh PATH --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index fb965f5..b7a3e7e 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,8 @@ else PS1=$'%n@%m %1~ %# ' fi +path+=("$HOME/bin") + # //// third party configuration //////////////////////////////////////////// # @@ -32,4 +34,5 @@ export NVM_DIR="$HOME/.nvm" path+=("$HOME/Library/Python/3.9/bin") path+=("/Applications/Sublime Text.app/Contents/SharedSupport/bin") + export PATH -- cgit 1.3.0-6-gf8a5