Created
November 2, 2018 23:05
-
-
Save constrict0r/9490c5ce31d13be49a1aaa3efe783e03 to your computer and use it in GitHub Desktop.
.bashrc bottom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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