summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-03-17 00:42:12 +0100
committerAhmed Abdelhalim <[email protected]>2023-03-17 00:42:12 +0100
commit49d7b83dc9d1a5915782a7eb20905bc30aa63adc (patch)
tree5e1e215115b5430a837dcd7f4032162490adc01a
parent80952a3b6b0361cbd9195871206717da30edea72 (diff)
Add mutt config to linux
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fddbaa4..f41ed15 100644
--- a/.bashrc
+++ b/.bashrc
@@ -135,5 +135,6 @@ export GPG_TTY=$(tty)
unset SSH_AGENT_PID
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
alias a='/usr/share/arsenal/run'
+alias mutt='PINENTRY_USER_DATA=curses neomutt $@'
eval $(thefuck --alias)