set -x VARIABLE_NAME /your/path/hereSay you want to append to $PATH,
set -x PATH /new/path $PATHNote
We use
$PATHas we want to append and not overwrite
set -x VARIABLE_NAME /your/path/hereSay you want to append to $PATH,
set -x PATH /new/path $PATHNote
We use
$PATHas we want to append and not overwrite