mirror of https://gitlab.com/dabruh/dotfiles.git
Append new PATHs.
This commit is contained in:
parent
77775b0476
commit
fb22c4bd70
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue