summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-03-28 21:22:43 -0700
committerMike Crute <mike@crute.us>2019-03-28 21:25:02 -0700
commit81974eb801ddb7258e6f16f8ed50bb55878f1a1a (patch)
treec781f5fa19125916e31431b2392630ad252fbee8 /.bashrc
parent97f28e513a7d4f0ade6a57acbede1125169614dc (diff)
downloaddotfiles-81974eb801ddb7258e6f16f8ed50bb55878f1a1a.tar.bz2
dotfiles-81974eb801ddb7258e6f16f8ed50bb55878f1a1a.tar.xz
dotfiles-81974eb801ddb7258e6f16f8ed50bb55878f1a1a.zip
Don't call mutt recursively
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 4bda3e8..2e8eb2c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -386,7 +386,7 @@ function mutt
386{ 386{
387 local muttrc="$(mktemp)" 387 local muttrc="$(mktemp)"
388 local shade="${TERM_BG_SHADE:-dark}" 388 local shade="${TERM_BG_SHADE:-dark}"
389 local mutt="$(have_command neomutt && echo neomutt || echo mutt)" 389 local mutt="$(have_command neomutt && echo neomutt || echo /usr/bin/mutt)"
390 390
391 echo "source ~/.mutt/muttrc" > $muttrc 391 echo "source ~/.mutt/muttrc" > $muttrc
392 echo "source ~/.mutt/colorscheme-${shade}" >> $muttrc 392 echo "source ~/.mutt/colorscheme-${shade}" >> $muttrc