From 8f4088c3b3aea4a3539586dfd29e407469e27a1e Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 1 Jun 2020 20:38:10 +0200 Subject: added ssh-agent, .local/bin to PATH --- bash/env.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'bash/env.profile') diff --git a/bash/env.profile b/bash/env.profile index ceb0b92..380bdf2 100644 --- a/bash/env.profile +++ b/bash/env.profile @@ -9,6 +9,7 @@ function appendpath() { appendpath "$HOME/bin" appendpath "$DOTFILEBASE/scripts" +appendpath "$HOME/.local/bin" export PATH unset appendpath -- cgit v1.2.3