The Kampala Heat - A cocktail recipe
1 shot of Smirnoff Vodka
1 shot of Dry Red Wine
1 shot of Sprite (Fizz)
1 shot of Undiluted Orange Juice
Served on the rocks
matlads' misc musings
"I have withdrawn my secondment"
psql() { YELLOW=$(printf "\e[1;33m" ) LIGHT_CYAN=$(printf "\e[1;36m" ) NOCOLOR=$(printf "\e[0m" ) export LESS="-iMSx4 -FXR" PAGER="sed \"s/\([[:space:]]\+[0-9.\-]\+\)$/${LIGHT_CYAN}\1$NOCOLOR/;" PAGER+="s/\([[:space:]]\+[0-9.\-]\+[[:space:]]\)/${LIGHT_CYAN}\1$NOCOLOR/g;" PAGER+="s/|/$YELLOW|$NOCOLOR/g;s/^\([-+]\+\)/$YELLOW\1$NOCOLOR/\" 2>/dev/null | less" export PAGER env psql "$@" unset LESS PAGER }