Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles
This commit is contained in:
commit
6f86540a67
2 changed files with 5 additions and 2 deletions
4
.muttrc
4
.muttrc
|
|
@ -34,7 +34,7 @@ set net_inc=5
|
||||||
# uber-mutt stuff
|
# uber-mutt stuff
|
||||||
set sidebar_width=22
|
set sidebar_width=22
|
||||||
set sidebar_visible=no
|
set sidebar_visible=no
|
||||||
set sidebar_delim='.'
|
set sidebar_delim='|'
|
||||||
set sidebar_sort=yes
|
set sidebar_sort=yes
|
||||||
color sidebar_new color148 default
|
color sidebar_new color148 default
|
||||||
bind index \CP sidebar-prev
|
bind index \CP sidebar-prev
|
||||||
|
|
@ -77,7 +77,7 @@ color quoted3 brightmagenta default
|
||||||
#color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+"
|
#color body cyan default "((ftp|http|https)://|news:)[^ >)\"\t]+"
|
||||||
color body magenta default "[-a-z_0-9.+]+@[-a-z_0-9.]+\.[a-z]{2,3}"
|
color body magenta default "[-a-z_0-9.+]+@[-a-z_0-9.]+\.[a-z]{2,3}"
|
||||||
color error color88 default
|
color error color88 default
|
||||||
color indicator color148 black
|
color indicator black color148
|
||||||
color signature brightblack default
|
color signature brightblack default
|
||||||
color status color148 black
|
color status color148 black
|
||||||
color tilde blue default
|
color tilde blue default
|
||||||
|
|
|
||||||
3
.zshrc
3
.zshrc
|
|
@ -10,6 +10,9 @@ bindkey "^I" expand-or-complete-prefix
|
||||||
umask 022
|
umask 022
|
||||||
|
|
||||||
# Fix $TERM
|
# Fix $TERM
|
||||||
|
if [ -f /etc/termcap ] ; then
|
||||||
|
export TERMCAP=/etc/termcap
|
||||||
|
fi
|
||||||
case "$TERM" in
|
case "$TERM" in
|
||||||
rxvt-unicode) export TERM=rxvt;;
|
rxvt-unicode) export TERM=rxvt;;
|
||||||
rxvt-256color) export TERM=rxvt;;
|
rxvt-256color) export TERM=rxvt;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue