summaryrefslogtreecommitdiffstats
path: root/.local/bin/nuke
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/nuke')
-rwxr-xr-x.local/bin/nuke5
1 files changed, 5 insertions, 0 deletions
diff --git a/.local/bin/nuke b/.local/bin/nuke
index 37e852d..f8f9d8b 100755
--- a/.local/bin/nuke
+++ b/.local/bin/nuke
@@ -246,6 +246,11 @@ handle_extension() {
246 exit 0 246 exit 0
247 fi 247 fi
248 ;; 248 ;;
249
250 ## TeX
251 tex)
252 "$EDITOR" "${FPATH}"
253 exit 0;;
249 esac 254 esac
250} 255}
251 256