From fb22c4bd70def53baa449d67848f9929056a6926 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Tue, 7 Jun 2022 14:46:48 +0200 Subject: [PATCH] Append new PATHs. --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/profile b/.config/shell/profile index 593e8db..e37c553 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -42,7 +42,7 @@ PATHS=( for DIR in "${PATHS[@]}"; do ! [ -d "$DIR" ] && continue - export PATH="$DIR:$PATH" + export PATH="$PATH:$DIR" done # Add the profile-extras file yourself if you wish to override anything: