Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
Immanuel
/
nnn
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Revert "use $VISUAL environment variable for plugins"
This reverts commit
9f3fbd93ce
.
master
Arun Prakash Jana
4 år sedan
förälder
b54fc95c43
incheckning
f4cb5c63d0
4 ändrade filer
med
4 tillägg
och
4 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
plugins/.nmv
+1
-1
plugins/bulknew
+1
-1
plugins/dups
+1
-1
plugins/suedit
+ 1
- 1
plugins/.nmv
Visa fil
@@ -16,7 +16,7 @@
# Shell: bash
# Author: KlzXS
EDITOR="${
VISUAL:-${
EDITOR:-vi
}
}"
EDITOR="${EDITOR:-vi}"
TMPDIR="${TMPDIR:-/tmp}"
INCLUDE_HIDDEN="${INCLUDE_HIDDEN:-0}"
VERBOSE="${VERBOSE:-0}"
+ 1
- 1
plugins/bulknew
Visa fil
@@ -9,7 +9,7 @@
# Shell: POSIX compliant
# Author: KlzXS
EDITOR="${
VISUAL:-${
EDITOR:-vi
}
}"
EDITOR="${EDITOR:-vi}"
TMPDIR="${TMPDIR:-/tmp}"
printf "'f'ile / 'd'ir? "
+ 1
- 1
plugins/dups
Visa fil
@@ -14,7 +14,7 @@
# If the size of a file has more that $size_digits digits the file will be misplaced
# 12 digits fit files up to 931GiB
EDITOR="${
VISUAL:-${
EDITOR:-vi
}
}"
EDITOR="${EDITOR:-vi}"
TMPDIR="${TMPDIR:-/tmp}"
size_digits=12
+ 1
- 1
plugins/suedit
Visa fil
@@ -5,7 +5,7 @@
# Shell: POSIX compliant
# Author: Anna Arad
EDITOR="${
VISUAL:-${EDITOR:-vi}
}"
EDITOR="${
EDITOR:-vim
}"
is_cmd_exists () {
which "$1" > /dev/null 2>&1
Write
Förhandsgranska
Laddar…
Avbryt
Spara