summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 99afea6..943660e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -163,3 +163,16 @@ source $HOME/.cargo/env
show_markdown () {
pandoc $1 > /tmp/show_markdown.html; surf /tmp/show_markdown.html
}
+
+mail () {
+ sel=$(iselect -a 'kitchen' 'cafe')
+ case $sel in
+ kitchen)
+ neomutt -F ~/.muttrc_kitchen
+ ;;
+ cafe)
+ neomutt -F ~/.muttrc_cafe
+ ;;
+ esac
+}
+