Skip to content

Commit

Permalink
revert self commenting in favor of EOF update script spit out
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 27, 2024
1 parent dc85ff5 commit 8c763d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions symlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# vars
parent_dir=$(basename "$(pwd)")
msg=$(git log -1 --pretty=%B)
script="$0"

_CONFIG_DIR="config"
_COC_FILE="config/coc-settings.json"
Expand Down Expand Up @@ -90,7 +89,6 @@ main()
}

main
sed -i '86,87 s/^\([^#]\)/#\1/; 95,96 s/^\([^#]\)/#\1/' "$script" # comments out some lines for easier re-run

printf "\e[43;30mPress Enter To Continue...\e[0m\n"
printf "\e[44;30mWhen You See C Extension Of Python3 Installed Successfully, Exit Vim. (you might have to scroll to see the msg)\e[0m\n"
Expand Down

0 comments on commit 8c763d8

Please sign in to comment.