diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 18:27:37 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 18:27:37 +0100 |
commit | b27f698c6c828dadcce372f7d086eff7d9e14391 (patch) | |
tree | 9179a075b0c38b42868de622f648c95fbb726706 | |
parent | 2b4002c5df0a168363c67d61853d8d9863328afc (diff) | |
parent | 657210b02270014719a1c733cfbe2c0511dd52c3 (diff) |
Merge branch 'master' of github.com:uvaes/dotfiles
-rw-r--r-- | .mutt/muttrc | 6 | ||||
-rw-r--r-- | .zsh/zshrc | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index f38a1d7..4d47d51 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -2,7 +2,7 @@ set from = "u.vaes13@imperial.ac.uk" set realname = "Urbain Vaes" set use_from = yes -set envelope_from = "yes" +set envelope_from = yes set weed # Encryption @@ -70,9 +70,7 @@ set include=yes set sendmail="/usr/bin/msmtp" # Sorting options -# set sort = threads -set sort_aux = reverse-last-date-received -set sort_browser = reverse-date +set sort = reverse-date # Alias file source ~/.mutt/alias @@ -14,7 +14,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/g export PATH="$PATH:/home/urbain/.local/bin" # Editor -export EDITOR=/usr/bin/nvim +export EDITOR=/usr/bin/vim # Fix tmux colors if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then |