From 1419bb7904c4e1d5de96d9ad1a91d605ae80e587 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 2 Dec 2022 23:45:34 +0100 Subject: [PATCH] PATH update --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d1f30974..1289a1c7 100644 --- a/.zshrc +++ b/.zshrc @@ -10,7 +10,7 @@ if [[ -r $HOME/.zsh_functions.zsh ]]; then fi # Extend my $PATH to $HOME/bin -export PATH=$HOME/bin:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH +export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.0.0/bin:$HOME/.android/sdk/platform-tools:$PATH # Private stuff source ~/.zsh_private