summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-09-22 13:35:57 -0700
committerMike Crute <mike@crute.us>2019-09-22 13:35:57 -0700
commitee7049ac2653eb332d73cb2467ebd4faf13ee1af (patch)
tree5f06e86e2f98db2b02dfc9ca83fe145a29890f00 /.bashrc
parent65522ae3caa43d4c71af71ea30bfbb6b729a80bd (diff)
downloaddotfiles-ee7049ac2653eb332d73cb2467ebd4faf13ee1af.tar.bz2
dotfiles-ee7049ac2653eb332d73cb2467ebd4faf13ee1af.tar.xz
dotfiles-ee7049ac2653eb332d73cb2467ebd4faf13ee1af.zip
Allow passing arguments to mutt
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 172c402..62b7820 100644
--- a/.bashrc
+++ b/.bashrc
@@ -456,7 +456,7 @@ function mutt
456 # Run in a sub-shell so the config gets cleaned up 456 # Run in a sub-shell so the config gets cleaned up
457 ( 457 (
458 trap "rm $muttrc" EXIT 458 trap "rm $muttrc" EXIT
459 $mutt -F $muttrc 459 $mutt -F $muttrc "$@"
460 ) 460 )
461} 461}
462func_export mutt 462func_export mutt