From ca8b3bc520a22b4f66ea1390bea48a09691837cc Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Mon, 22 Oct 2018 23:20:59 -0500 Subject: [PATCH] home bin overrides path --- shell/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/env b/shell/env index 8f1dacd..b680d75 100644 --- a/shell/env +++ b/shell/env @@ -7,7 +7,7 @@ export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 # Paths -export PATH=$PATH:${HOME}/bin:/usr/lib/wine/bin:/sbin:/usr/sbin:/usr/local/bin +export PATH=${HOME}/bin:$PATH:/usr/lib/wine/bin:/sbin:/usr/sbin:/usr/local/bin # Give the path to the dotfiles export _DOTFILES="${HOME}/dotfiles"