I don't understand how this is related to your quote? You always execute ls when you cd to a different folder?
On 02.01.2012, Patrick Haller <201009-suckl...@haller.ws> wrote: > On 2012-01-01 21:13, Suraj N. Kurapati wrote: >> So I considered the trade-offs between SLOC minimalism, project and >> community activity, and my productivity in DWM vs. WMII and finally >> decided to switch back to WMII (which I used since six years prior). > > How often do people re-evaluate their toolsets? > > With my shell, I can examine shell history and do stuff like: > cd() { > dir="$1" > test -f $1 && dir=`dirname $1` > builtin cd "$dir" && ls | sed 10q | fmt -w $COLUMNS > } > > With X11, do we screencast a day's work and watch it in fast-forward? > > Every three months I look at > https://wiki.archlinux.org/index.php/Lightweight_Software > > and occasionally find stuff (like zathura). > >