소스 검색
Merge pull request #142 from josalmi/patch-1
Replace single dot with source for fish shell
master
Arun Prakash Jana
GitHub
6 년 전
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
scripts/quitcd/quitcd.fish
|
|
@@ -4,7 +4,7 @@ function n --description 'support nnn quit and change directory' |
|
|
|
nnn $argv |
|
|
|
|
|
|
|
if test -e $NNN_TMPFILE |
|
|
|
. $NNN_TMPFILE |
|
|
|
source $NNN_TMPFILE |
|
|
|
rm $NNN_TMPFILE |
|
|
|
end |
|
|
|
end |