How can I get rid of notion?
We haven't yet tackled creating an uninstaller for Notion, so to remove it manually, you'll need to do the following steps:
~/.notion directoryRemove the following lines from your shell profile (~/.bash_profile, ~/.bashrc, or ~/.zshrc):
export NOTION_HOME="$HOME/.notion"
[ -s "$NOTION_HOME/load.sh" ] && \. "$NOTION_HOME/load.sh"
export PATH="${NOTION_HOME}/bin:$PATH"
Thank you.
Most helpful comment
We haven't yet tackled creating an uninstaller for Notion, so to remove it manually, you'll need to do the following steps:
~/.notiondirectoryRemove the following lines from your shell profile (
~/.bash_profile,~/.bashrc, or~/.zshrc):