瀏覽代碼

Replace single dot with source for fish shell

Single dot has been deprecated and can cause issues with users on newer version: https://github.com/fish-shell/fish-shell/issues/310
master
Joni Salmi GitHub 5 年之前
父節點
當前提交
2623f688f2
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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

Loading…
取消
儲存