이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
nnn
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Revert "use $VISUAL environment variable for plugins"
This reverts commit
9f3fbd93ce
.
master
Arun Prakash Jana
4 년 전
부모
b54fc95c43
커밋
f4cb5c63d0
4개의 변경된 파일
과
4개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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
파일 보기
@@ -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
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장