ソースを参照

Merge pull request #142 from josalmi/patch-1

Replace single dot with source for fish shell
master
Arun Prakash Jana GitHub 6年前
コミット
c3b2ace9fd
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      scripts/quitcd/quitcd.fish

+ 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

読み込み中…
キャンセル
保存