diff --git a/runcoms/zshrc b/runcoms/zshrc index b71c24c..68930d3 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -32,7 +32,7 @@ if [ -d "$HOME/bin" ]; then export PATH="$HOME/bin:$PATH" fi -if [ -d "$HOME/.local/bin"]; then +if [ -d "$HOME/.local/bin" ]; then export PATH="$HOME/.local/bin:$PATH" fi