X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=0b9fb0c03176ecc848c83141e45fc705171ed407;hb=38701dba7d3aeab51ae37ae57d3f43763d47b583;hp=c60fdfdbcc7ee78ea70cf5cc77387647deff9670;hpb=b103f4b7c8f98b73a11def7768490ff9639dfaf6;p=home-base.git diff --git a/.bashrc b/.bashrc index c60fdfd..0b9fb0c 100644 --- a/.bashrc +++ b/.bashrc @@ -152,7 +152,7 @@ if [ "$PS1" ]; then if [ -z "$1" ] || [ "$1" == "-" ]; then builtin cd "$@"; # && [ -r .todo ] && devtodo ${TODO_OPTIONS}; else - builtin pushd "$@"; # >/dev/null && [ -r .todo ] && devtodo ${TODO_OPTIONS}; + builtin pushd "$@" >/dev/null; # && [ -r .todo ] && devtodo ${TODO_OPTIONS}; fi; }