Fix PDF_VIEWER test
This commit is contained in:
parent
7337caf47f
commit
b216b460d4
8
zshenv
8
zshenv
|
@ -59,11 +59,9 @@ export DIRSTACKSIZE
|
||||||
|
|
||||||
# Default PDF viewer
|
# Default PDF viewer
|
||||||
if [ $(command -v zathura) ]; then
|
if [ $(command -v zathura) ]; then
|
||||||
PDF_VIEWER="zathura"
|
export PDF_VIEWER="zathura"
|
||||||
else
|
elif [ $(command -v evince) ]; then
|
||||||
if [ $(command -v evince) ]; then
|
export PDF_VIEWER="evince"
|
||||||
PDF_VIEWER="evince"
|
|
||||||
else
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Permissions rw-r--r-- pour les fichiers crées
|
# Permissions rw-r--r-- pour les fichiers crées
|
||||||
|
|
Loading…
Reference in New Issue