diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-07-12 18:54:26 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-07-12 18:54:26 +0100 |
commit | bd899a632ce1b356dc1311aff0e1050abd889a6a (patch) | |
tree | 5b785c43f486db8287f138d939682f0fd0d6c846 /zsh | |
parent | 9468f783f8a78dac8ec7242acdeee3c7d566d118 (diff) |
Add python startup file
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshenv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index d93fc42..b7e0f3e 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -4,6 +4,9 @@ export VISUAL=nvim # Export PATH without repetitions export -U PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/bin:$HOME/.gem/ruby/2.5.0/bin:/usr/lib/surfraw${PATH:+:}$PATH" +# Python startup file +export PYTHONSTARTUP="$HOME/.pythonrc" + # Source guix profile guix_profile=$HOME/.guix-env |