From 1dcce5cae3fa4b3c8c92b9ba3ebc7c74dfb1a2e1 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 23 Jul 2024 08:47:18 +0200 Subject: sync with skel: cover path ~/.local/bin --- .profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.profile') diff --git a/.profile b/.profile index b285ba5..0344e09 100644 --- a/.profile +++ b/.profile @@ -21,6 +21,11 @@ if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi +# set PATH so it includes user's private bin if it exists +if [ -d "$HOME/.local/bin" ] ; then + PATH="$HOME/.local/bin:$PATH" +fi + if [ -d /var/cache/pbuilder/ccache ]; then CCACHE_DIR="/var/cache/pbuilder/ccache" fi -- cgit v1.2.3