From 9280c99a6009727d5ec277cebe7334cd7da47417 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 1 Jan 2018 00:36:50 +0000 Subject: [PATCH] xprofile: use neomutt instead of mutt `~/.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprofile b/xprofile index 590f7e2..c765ed9 100644 --- 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 & -- 2.48.1