1.7.4e updated line 399

This commit is contained in:
Dewalt 2023-08-05 06:28:56 -05:00
parent 6c303d3cab
commit 7fee46061f
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ fix_cme() {
pipx install . --force pipx install . --force
getshell=$(echo $SHELL | cut -d "/" -f4) getshell=$(echo $SHELL | cut -d "/" -f4)
check_for_local_bin_path=$(cat "$HOME/.$getshell"rc | grep -i "PATH=" | grep -i "\$HOME\/\.$getshell"rc) check_for_local_bin_path=$(cat "$HOME/.$getshell"rc | grep -i "PATH=" | grep -i "\$HOME\/\.local\/bin" -c)
if [[ $check_for_local_bin_path == 0 ]]; if [[ $check_for_local_bin_path == 0 ]];
then then