From 43cac28163cd118eeed44a477f8b2bdd1fc2cfb8 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 17 Oct 2021 01:36:37 +0300 Subject: [PATCH] ref: .profile --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 511bae9..5b90441 100644 --- a/.profile +++ b/.profile @@ -8,10 +8,10 @@ fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" + export PATH="$PATH:$HOME/bin" fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then - PATH="$HOME/.local/bin:$PATH" + export PATH="$PATH:$HOME/.local/bin" fi