Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created November 2, 2018 23:05
Show Gist options
  • Save constrict0r/9490c5ce31d13be49a1aaa3efe783e03 to your computer and use it in GitHub Desktop.
Save constrict0r/9490c5ce31d13be49a1aaa3efe783e03 to your computer and use it in GitHub Desktop.
.bashrc bottom
# Jupyter notebook.
export XDG_RUNTIME_DIR=""
# Nikola.
export EDITOR="emacs"
# Direnv.
eval "$(direnv hook bash)"
# Elpy.
export WORKON_HOME="$HOME/.virtualenvs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment