From 1788b74c00fd533cea84dab27aa7d6ccb80ebe5f Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Thu, 18 May 2023 14:09:07 -0400 Subject: [PATCH] basic zsh path fix --- shells/zsh/zshrc.basic | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shells/zsh/zshrc.basic b/shells/zsh/zshrc.basic index 8adace2..5142abf 100644 --- a/shells/zsh/zshrc.basic +++ b/shells/zsh/zshrc.basic @@ -2,6 +2,9 @@ # export ZSH="$HOME/.oh-my-zsh" export ZSH="$HOME/.local/share/oh-my-zsh" +# path fix for deb +export PATH=$PATH:/usr/local/bin + # Would you like to use another custom folder than $ZSH/custom? export ZSH_CUSTOM="$HOME/.local/share/omz-custom/custom" # export ZSH_CUSTOM=$HOME/.local/share/omz-custom