From: James Bunton Date: Wed, 14 Jan 2015 06:49:43 +0000 (+1100) Subject: terminal title for man pages X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/a12c7b34d8478678acd4ac888388c71b7c928a49 terminal title for man pages --- diff --git a/.bash/interactive b/.bash/interactive index 969d153..d14f00a 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -115,8 +115,12 @@ alias pstree='ps --forest -weo pid,user:16,args --sort start_time|less -S' alias pstime='ps -weo pid,user:16,lstart,args --sort start_time|less -S' -# Colorful man pages +# Super man! +# Colourful headings +# Terminal title function man { + tput tsl; echo "man $@"; tput fsl + env \ LESS_TERMCAP_md=$'\E[01;38;5;74m' \ LESS_TERMCAP_me=$'\E[0m' \