X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fhomedir%2F.bashrc;h=881e7303420b099c8846ade804ed87ff6e0aab77;hb=f07ddcc751034ae8fb036cfec0d27162412f83ba;hp=2a4fd452be35359feac8efef350fcaf8e87c05ce;hpb=507a4929875d3988bb766e24180553091c9fe732;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}'