aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 11:42:28 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-14 11:42:28 +0200
commite8649d08b8534bad4e551984788dedb5f91dbb2c (patch)
tree9d0ec21c88f805c6ff7017387dba2abef098f3e5 /.bashrc
parentdon't export SHELLOPTS (diff)
downloadlinux-home-e8649d08b8534bad4e551984788dedb5f91dbb2c.tar.gz
linux-home-e8649d08b8534bad4e551984788dedb5f91dbb2c.zip
export PYTHONSTARTUP
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files 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