From bd899a632ce1b356dc1311aff0e1050abd889a6a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Thu, 12 Jul 2018 18:54:26 +0100 Subject: Add python startup file --- zsh/.zshenv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') 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 -- cgit v1.2.3