From 5cccfb3927203c1e1deacf9c29306ff81e4a708b Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 13 May 2020 18:17:48 +0200 Subject: [PATCH] Add .local/bin to PATH --- dotfiles/bash/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bash/profile b/dotfiles/bash/profile index 9adfd25..708a4d5 100644 --- a/dotfiles/bash/profile +++ b/dotfiles/bash/profile @@ -6,3 +6,4 @@ export EDITOR="/bin/vim" export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH"