From 05deaa029c54961c5e362957e631df4f2f8e3590 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Fri, 24 Sep 2021 10:55:20 +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 b4f7061..2c81b3f 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 - + pandoc -t pdf $1 | zathura - & disown }