X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=blobdiff_plain;f=.bashrc;h=fb14d9598ad41445a791e97728b212f31b93835d;hp=c1bdbbe70e271d6c9d7ca03c3a31cc6b84f9ea0d;hb=138981e5cada8299569f295ff587cc230c8bd9de;hpb=69a6684ffaf5851a4af361aaf9b895534fe4ad93 diff --git a/.bashrc b/.bashrc index c1bdbbe..fb14d95 100644 --- a/.bashrc +++ b/.bashrc @@ -132,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;