shellnotes/docs/uninstalling.txt

16 lines
855 B
Text
Raw Normal View History

2021-03-30 21:27:43 +02:00
About Uninstalling
==================
How to uninstall (versions 2.5 and lower)
2023-08-21 16:49:52 +02:00
-Deleting shellnotes <2.5 is done manually (just like installing). Delete the hidden(.) files from your Home folder, then delete or comment-out the line where the source to the file is used from your shell configuration file.
2021-03-30 21:27:43 +02:00
How to uninstall (version 3.0 and higher)
2023-08-21 16:49:52 +02:00
-Deleting shellnotes >3.0 is done automatically (just like installing). Run the file uninstall.sh by typing "sh ~/.shellnotes/uninstall.sh" and select the first option. Then restart your terminal.
2021-03-30 21:27:43 +02:00
About uninstalling:
-Your notes will stay in your notes folder even if you choose to delete shellnotes.
2023-08-21 16:49:52 +02:00
-If you get an error every time you launch the terminal, open your shell configuration
(i.e. .zshrc) and remove 'source ~/.shellnotes/.shellnotes.sh', usually found in the last
line of the file.
2023-08-21 16:49:52 +02:00