From ae0fd0182e2b89c6b761206a2061469805f089d0 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Wed, 5 Apr 2023 15:35:42 +0200 Subject: [PATCH] .profile: Add ~/.local/bin to PATH --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 89890ba..2fe763f 100644 --- a/.profile +++ b/.profile @@ -17,6 +17,7 @@ export BC_ENV_ARGS="-lq" [[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc" # PATH +[[ -d "$HOME/.local/bin" ]] && export PATH="$HOME/.local/bin:$PATH" [[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH" # Wine: do not change filetype associations