Browse Source

Merge pull request #799 from tchici/master

nuke plugin: use $VISUAL environment variable
master
Mischievous Meerkat GitHub 4 years ago
parent
commit
be34af5aeb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke View File

@@ -76,7 +76,7 @@ IMAGE_CACHE_PATH="$(dirname "$1")"/.thumbs

FPATH="$1"
FNAME=$(basename "$1")
EDITOR="${EDITOR:-vi}"
EDITOR="${VISUAL:-${EDITOR:-vi}}"
PAGER="${PAGER:-less -R}"
ext="${FNAME##*.}"
if [ -n "$ext" ]; then


Loading…
Cancel
Save