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 --- python/.pythonrc | 2 ++ tmux/.tmux.conf | 1 - zsh/.zshenv | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 python/.pythonrc diff --git a/python/.pythonrc b/python/.pythonrc new file mode 100644 index 0000000..8a57e36 --- /dev/null +++ b/python/.pythonrc @@ -0,0 +1,2 @@ +import numpy as np +import sympy as sym diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d477a4b..92a0594 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -23,6 +23,5 @@ bind-key N swap-window -t +1 PILOT_BOUNDARY=create PILOT_MODE=wintab -PILOT_CACHE=0 PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux 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