Updated viewmd function.
This commit is contained in:
parent
21b560621a
commit
f37f288c84
@ -78,6 +78,6 @@ viewmd()
|
|||||||
{
|
{
|
||||||
[ -z $1 ] && return
|
[ -z $1 ] && return
|
||||||
[ ! -f $1 ] && return
|
[ ! -f $1 ] && return
|
||||||
pandoc -t pdf $1 | zathura - 2>&1 /dev/null & disown
|
pandoc -t pdf $1 | zathura -
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user