From e8649d08b8534bad4e551984788dedb5f91dbb2c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 14 Aug 2016 11:42:28 +0200 Subject: export PYTHONSTARTUP --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index cdb99ec..05e1738 100644 --- a/.bashrc +++ b/.bashrc @@ -199,17 +199,17 @@ alias fgrep='fgrep --color=auto' # show differences in colour PS1='\[\e[33m\]\W\[\e[0m\]: ' -set -o pipefail set -o nounset -shopt -s nullglob +set -o pipefail shopt -s dotglob +shopt -s nullglob alias less='less -R' alias ls='ls -lAh --color=tty' alias list_packages='cygcheck -cd' -PYTHONSTARTUP="$HOME/.pythonrc" +export PYTHONSTARTUP="$HOME/.pythonrc" [ -f '.bashrc_cxx' ] && source .bashrc_cxx [ -f '.bashrc_distr' ] && source .bashrc_distr -- cgit v1.2.3