From 8707ccc735e6cc7ba46de7f716fe70cce606cdd0 Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Fri, 7 Jun 2024 00:37:02 +0200 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index b3cdfc8..3dfe9ad 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -15,6 +15,7 @@ eval $(thefuck --alias) # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.asdf/shims:$PATH" # Path to your oh-my-zsh installation.