From 12a46db7dd3b0e33f9145460a65d3967fbaf8e00 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 19 Oct 2018 15:07:09 +0100 Subject: [PATCH] profile: add debian PATH support -_- --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 103d99d..f5ae937 100644 --- a/.profile +++ b/.profile @@ -15,7 +15,7 @@ case "$(basename "$(readlink -f /proc/$$/exe)")" in *) thisfile="$(find /proc/$$/fd/ | xargs -n1 -r readlink -f | grep profile | head -n1)";; esac export DOTFILES="$(dirname "${thisfile:-$XDG_CONFIG_HOME/dotfiles/.profile}")" -export PATH="${PATH}:$DOTFILES/scripts" +export PATH="${PATH}:/sbin:/usr/sbin:$DOTFILES/scripts" # Override paths for non-compliant programs # https://wiki.archlinux.org/index.php/XDG_Base_Directory_support