1.7.4f update line 412

This commit is contained in:
Dewalt 2023-08-07 20:21:11 -05:00
parent c6aa03dbc0
commit 5b41e44ba0
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ fix_cme() {
if [[ $check_for_local_bin_path -eq 0 ]];
then
echo "export PATH=$PATH:$HOME/.local/bin" >> $HOME/.$getshell"rc"
echo "export PATH=$HOME/.local/bin:$PATH" >> $HOME/.$getshell"rc"
else
echo "\n $redexclaim Path already exists for user $findrealuser "
fi