X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=.bashrc;h=f115eb686051bced8d816e28fad45088e3f873a3;hb=e186567d05385e48aaf8266a38e59c2e38b8fb3f;hp=c4f4ed2585a7501f4d79d9bfab60c7da3dafc5d5;hpb=c4bbe0e636c19e871d17ef3f3bc824da709f4ebd;p=dotfiles.git diff --git a/.bashrc b/.bashrc index c4f4ed2..f115eb6 100644 --- a/.bashrc +++ b/.bashrc @@ -13,12 +13,10 @@ export HISTSIZE=100000 export HISTCONTROL=ignoreboth export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass +export NOTMUCH_CONFIG=/home/mart/.mutt/notmuch-config +export PYTHONSTARTUP=/home/mart/.pythonstartup -export PATH=\ -$PATH:\ -/usr/local/texlive/2014/bin/x86_64-linux:\ -/opt/clean/bin - +export PATH=$PATH:~/projects/clean/bin alias ls='ls --color=auto' alias grep='grep --color=auto'