Update zshrc, update mutt

Tecra-R940
Marvin Johanning 2020-03-29 22:34:28 +02:00
parent c6cdfd0c38
commit daa0386791
2 changed files with 2 additions and 1 deletions

View File

@ -40,3 +40,4 @@ macro index,pager CS ";<copy-message>=Spam<enter>" "copy mail to spam" # mw-auto
macro index,pager gj "<change-folder>=Junk<enter>" "go to junk" # mw-autogenerated
macro index,pager Mj ";<save-message>=Junk<enter>" "move mail to junk" # mw-autogenerated
macro index,pager Cj ";<copy-message>=Junk<enter>" "copy mail to junk" # mw-autogenerated
macro index,pager gc ";<change-folder>=CSBME<enter>"

2
.zshrc
View File

@ -103,7 +103,7 @@ source $ZSH/oh-my-zsh.sh
export RTV_BROWSER=w3m
export VISUAL=vim
export EDITOR=vi
export EDITOR=vim
export TERMINAL=termite
PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"