···2424# let control+w only delete one directory of a path, not the whole word
2525export WORDCHARS='*?_[]~=&;!#$%^(){}'
26262727+export LESS="-i"
2828+2729# on non-interactive shells, just exit here to speed things up
2830if [[ ! -o interactive ]]; then
2931 return
···128130# loonix
129131elif [[ $OSTYPE = linux* ]]; then
130132 alias ls='ls -aFv'
133133+ alias ph='ps auwwx | sort -rk 3,3 | head'
131134fi
132135133136# and the reverse