]> git.rmz.io Git - dotfiles.git/commitdiff
xprofile: use neomutt instead of mutt
authorSamir Benmendil <me@rmz.io>
Mon, 1 Jan 2018 00:36:50 +0000 (00:36 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 1 Jan 2018 00:36:50 +0000 (00:36 +0000)
`~/.config/aliases` is not sourced with `urxvtc -e`

I'm wondering if I should have a basic list of aliases that are sourced
in `~/.zshenv` instead.

xprofile

index 590f7e281576963c5d075bd54aa41a5973b99f15..c765ed90c00cad977bb28820c8b0e933cf32730d 100644 (file)
--- a/xprofile
+++ b/xprofile
@@ -16,6 +16,6 @@ xcape -e "Control_L=Escape;Control_R=Escape"
 hash mopidy  && urxvtc -name mopidy  -icon ~/src/dotfiles/icons/bmp.png           -e ncmpcpp -p 6601
 hash ncmpcpp && urxvtc -name ncmpcpp -icon ~/src/dotfiles/icons/bmp.png           -e ncmpcpp
 hash weechat && urxvtc -name weechat -icon ~/src/dotfiles/icons/im-irc.png        -e weechat
-hash mutt    && urxvtc -name mutt    -icon ~/src/dotfiles/icons/internet-mail.png -e mutt
+hash mutt    && urxvtc -name mutt    -icon ~/src/dotfiles/icons/internet-mail.png -e neomutt
 
 qutebrowser &