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: