From f37f288c84424e73a5ec74896f7c0d12b06069ef Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Wed, 22 Sep 2021 16:33:43 +0800 Subject: [PATCH] Updated viewmd function. --- .custom_bash_scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.custom_bash_scripts b/.custom_bash_scripts index 0ca0b35..b4f7061 100644 --- a/.custom_bash_scripts +++ b/.custom_bash_scripts @@ -78,6 +78,6 @@ viewmd() { [ -z $1 ] && return [ ! -f $1 ] && return - pandoc -t pdf $1 | zathura - 2>&1 /dev/null & disown + pandoc -t pdf $1 | zathura - }