Updated viewmd function.
This commit is contained in:
parent
888f1e2d5d
commit
05deaa029c
@ -78,6 +78,6 @@ viewmd()
|
|||||||
{
|
{
|
||||||
[ -z $1 ] && return
|
[ -z $1 ] && return
|
||||||
[ ! -f $1 ] && return
|
[ ! -f $1 ] && return
|
||||||
pandoc -t pdf $1 | zathura -
|
pandoc -t pdf $1 | zathura - & disown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user