Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall notion #262

Closed
st-schneider opened this issue Feb 8, 2019 · 2 comments
Closed

Uninstall notion #262

st-schneider opened this issue Feb 8, 2019 · 2 comments

Comments

@st-schneider
Copy link

How can I get rid of notion?

@charlespierce
Copy link
Contributor

We haven't yet tackled creating an uninstaller for Notion, so to remove it manually, you'll need to do the following steps:

  1. Remove the ~/.notion directory
  2. Remove 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"
    

@st-schneider
Copy link
Author

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants