Fix ordering of elements in PATH
This commit is contained in:
@@ -7,7 +7,7 @@ _path=(
|
||||
)
|
||||
|
||||
for part in ${_path[@]} ; do
|
||||
PATH="$PATH:${part}"
|
||||
PATH="${part}:$PATH"
|
||||
done
|
||||
export PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user