X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bashrc;h=fb14d9598ad41445a791e97728b212f31b93835d;hp=c678d0b0ff6b309dd3eeb8694ebb17a7d63530f9;hb=ca7a5a576fdfca91c587c6587242737bb89ade3a;hpb=b811c87a017888727ca7fbba102a92fb2d67cf4e diff --git a/.bashrc b/.bashrc index c678d0b..fb14d95 100644 --- a/.bashrc +++ b/.bashrc @@ -25,6 +25,7 @@ if [ "$PS1" ]; then fi; export DEBEMAIL="don@debian.org" + export DEBHOME="$(eval 'echo' '~/projects/debian')" # enable color support of ls and also add handy aliases eval `dircolors -b` @@ -131,7 +132,7 @@ if [ "$PS1" ]; then if [ "$(hostname)" == "liszt" ] && [ -d /var/list/.bin ]; then PATH="/var/list/.bin:$PATH" fi; - export PATH="~/bin:$PATH" + export PATH="$(getent passwd $(id -u)|awk -F: '{print $6}')/bin:$PATH" if [ ! -e ~/tmp ]; then mkdir ~/tmp;