diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -159,20 +159,3 @@ PROMPT_COMMAND='history -a' source $HOME/.cargo/env -# compile a markdown file, and display it in a browser (surf) -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 -} - |