diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-28 11:42:18 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-10-28 11:42:18 +0100 |
commit | 3cfba3158e3e4801f63abd5f05ac48a0008b72b9 (patch) | |
tree | edb206cd7c94e550fb386063a2c31fe3465c9d00 /dotfiles/pam_environment | |
parent | d5458026c4d8559d883cac11e632ac30b15f3d8f (diff) | |
download | dotdrop-3cfba3158e3e4801f63abd5f05ac48a0008b72b9.tar.gz dotdrop-3cfba3158e3e4801f63abd5f05ac48a0008b72b9.tar.zst dotdrop-3cfba3158e3e4801f63abd5f05ac48a0008b72b9.zip |
Add python script
Diffstat (limited to 'dotfiles/pam_environment')
-rw-r--r-- | dotfiles/pam_environment | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/pam_environment b/dotfiles/pam_environment index 09172e1..02741ba 100644 --- a/dotfiles/pam_environment +++ b/dotfiles/pam_environment | |||
@@ -16,6 +16,11 @@ VISUAL DEFAULT="vim" | |||
16 | PAGER DEFAULT="less" | 16 | PAGER DEFAULT="less" |
17 | BROWSER DEFAULT="firefox" | 17 | BROWSER DEFAULT="firefox" |
18 | 18 | ||
19 | # Python | ||
20 | IPYTHONDIR DEFAULT="${XDG_CONFIG_HOME}/ipython" | ||
21 | JUPYTER_CONFIG_DIR DEFAULT="${XDG_CONFIG_HOME}/jupyter" | ||
22 | PYTHONSTARTUP DEFAULT="${XDG_CONFIG_HOME}/python/startup_script.py" | ||
23 | |||
19 | # VIM | 24 | # VIM |
20 | VIMINIT DEFAULT=":source ${XDG_CONFIG_HOME}/vim/vimrc" | 25 | VIMINIT DEFAULT=":source ${XDG_CONFIG_HOME}/vim/vimrc" |
21 | 26 | ||