aboutsummaryrefslogtreecommitdiff
path: root/Common/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'Common/zshrc')
-rw-r--r--Common/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/zshrc b/Common/zshrc
index b6830c6..1926db7 100644
--- a/Common/zshrc
+++ b/Common/zshrc
@@ -6,7 +6,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
fi
# If you come from bash you might have to change your $PATH.
-# export PATH=$HOME/bin:/usr/local/bin:$PATH
+export PATH=$HOME/bin:/usr/local/bin:$PATH
# Check if env setup file exists
if [ ! -f ~/.zsh_env_setup ]; then