diff options
Diffstat (limited to 'home/dot_local/share/bin/executable_latex-doc')
| -rw-r--r-- | home/dot_local/share/bin/executable_latex-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/dot_local/share/bin/executable_latex-doc b/home/dot_local/share/bin/executable_latex-doc index 6d785f1..f63239f 100644 --- a/home/dot_local/share/bin/executable_latex-doc +++ b/home/dot_local/share/bin/executable_latex-doc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh set -e cd /usr/share/doc/texlive/latex fork xdg-open "$(find . -name '*.pdf' | fzf)" |