I took the road mostly traveled and started with something way too complicated (for me), namely Neovim and managing plugin hell. I was using the Lazy package manager and ddc.vim. The ddc.vim plugin requires deno. I've since amended my ways by not completely reinstalling my OS and am opting in for a simpler way of life, namely, asking for help, Vim, and Pathogen.
I was cleaning things up in .bashrc, et-cetera (not \etc) and for some reason, ~/df/.deno/bin is added to the PATH before any of the reasonable files do. I've deleted any obvious remnants of deno and checked the following places:
"/etc/environment""/etc/profile""/etc/profile.d/*""~/.profile""~/.bash_profile""~/.bashrc"I ran this script and got this output.
Any ideas?