瀏覽代碼

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 6 年之前
父節點
當前提交
2623f688f2
沒有發現已知的金鑰在資料庫的簽署中 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

||||||
x
 
000:0
Loading…
取消
儲存