X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fhomedir%2F.bashrc;h=881e7303420b099c8846ade804ed87ff6e0aab77;hb=3fdc59341583e43920c31f820282314cc9fc8e93;hp=2a4fd452be35359feac8efef350fcaf8e87c05ce;hpb=15193f20eeebbd19c75f0d124f1a7b2a582a179b;p=dak.git diff --git a/config/homedir/.bashrc b/config/homedir/.bashrc index 2a4fd452..881e7303 100644 --- a/config/homedir/.bashrc +++ b/config/homedir/.bashrc @@ -54,6 +54,7 @@ export EDITOR=$(which vim) export HISTFILESIZE=6000 export GREP_OPTIONS="--color=auto" export CDPATH=".:~:${base}:${public}:${queuedir}" +export PATH="~/bin/:${PATH}" alias base='cd ${base}' alias config='cd ${configdir}'