Adding 256colors alias
This commit is contained in:
parent
7eccaf6aa4
commit
cf80d9f201
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ alias auie="xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY"
|
||||||
alias aoeu='setxkbmap us'
|
alias aoeu='setxkbmap us'
|
||||||
alias bepo='setxkbmap fr bepo "ctrl:swapcaps"'
|
alias bepo='setxkbmap fr bepo "ctrl:swapcaps"'
|
||||||
alias notes='vi ~/Dropbox/Notes/vim*'
|
alias notes='vi ~/Dropbox/Notes/vim*'
|
||||||
|
alias 256colors='(x=`tput op` y=`printf %80s`;for i in {0..256};do o=00$i;echo -e ${o:${#o}-3:3} `tput setaf $i;tput setab $i`${y// /=}$x;done)'
|
||||||
if [ -f $HOME/.termcap ] ; then
|
if [ -f $HOME/.termcap ] ; then
|
||||||
TERMCAP=$(< $HOME/.termcap)
|
TERMCAP=$(< $HOME/.termcap)
|
||||||
export TERMCAP
|
export TERMCAP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue