From 5e6525aeb5fd8bc8adc7fadd413e09a4bbd42364 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 31 Aug 2022 14:24:16 -0400 Subject: [PATCH] [+] Add local bin path --- scripts/zshrc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/zshrc.sh b/scripts/zshrc.sh index 484a400..62fb33a 100755 --- a/scripts/zshrc.sh +++ b/scripts/zshrc.sh @@ -48,6 +48,7 @@ alias catt="echo 🐱" alias update-ssh-keys="curl -L https://github.com/Hykilpikonna.keys > ~/.ssh/authorized_keys" export PATH="$SCR/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" # Lisp wrapper lisp() {