summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2019-04-25 12:14:04 +0200
committerUrbain Vaes <urbain@vaes.uk>2019-04-25 12:14:04 +0200
commit9ca2fa04fff2f723ad03a73d725bda2f438b2068 (patch)
treedaf1b3f9475e593b2bfbc7c2a3b0b2c661e2464e /zsh/.zshenv
parent12b6a06de8b82881e6b5e9694a6cd7bec1b119ec (diff)
Add pdfpc configuration
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 8f9f546..b8cc58a 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -5,7 +5,7 @@ export VISUAL=nvim
export -U PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:$HOME/.local/bin:$HOME/.gem/ruby/2.5.0/bin${PATH:+:}$PATH"
# Python startup file
-export PYTHONSTARTUP="$HOME/.pythonrc"
+[[ -f "$HOME/.pythonrc" ]] && export PYTHONSTARTUP="$HOME/.pythonrc"
# Source guix profile
guix_profile=$HOME/.guix-env