Append new PATHs.

This commit is contained in:
dabruh 2022-06-07 14:46:48 +02:00
parent 77775b0476
commit fb22c4bd70
1 changed files with 1 additions and 1 deletions

View File

@ -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: