sebastiencs / ls-icons

ls command with files icons
GNU General Public License v3.0
286 stars 16 forks source link

Uninstalling #23

Open iononi opened 2 years ago

iononi commented 2 years ago

How can I uninstall all the things that were installed?

I already uninstall icons-in-terminal and delete the following line in .bashrc file:

alias ls="/opt/coreutils/bin/ls"

But when I use ls I get this output image

EDIT: this was actually solved just by running exec bash after deleting the line mentioned before on .bashrc.

I'm still wondering if I have to delete dependencies in order to fully uninstall it. Is there a script within the project that make this automatically or do I have to uninstall all dependencies manually? Or just deleting the project directory is enough?