From 7f770c84847805616bec08d56bef018287347a23 Mon Sep 17 00:00:00 2001 From: xenua Date: Wed, 13 Apr 2022 11:12:19 +0200 Subject: [PATCH] emergency fix ohno --- runcoms/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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