Working on migrating to neomutt

This commit is contained in:
Marko Korhonen 2020-11-21 15:37:58 +02:00
parent 4f1b4b54d3
commit 4bdd1ca610
14 changed files with 153 additions and 191 deletions

View file

@ -27,8 +27,8 @@ export FZF_CTRL_T_OPTS='--preview "/usr/bin/cat {} | nvimpager -c "'
# use lesspipe with less
export LESSOPEN="|lesspipe.sh %s"
# dotdrop repository location
export DOTREPO="$HOME/Git/dotfiles"
# dotfile repository location
export DOTREPO="$HOME/git/dotfiles"
# nvim ftw!
export EDITOR=nvim