diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -159,3 +159,6 @@ PROMPT_COMMAND='history -a' source $HOME/.cargo/env +show_markdown () { + pandoc $1 > /tmp/show_markdown.html; firefox /tmp/show_markdown.html +} |