Explorar el Código

zshrc: pdf: evince → atril

raylu hace 6 años
padre
commit
0d0baec22f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -109,7 +109,7 @@ function cl() {
 	fi
 }
 function pdf() {
-	evince "$*" &> /dev/null &!
+	atril "$*" &> /dev/null &!
 }
 
 export GOPATH=$HOME/go