浏览代码

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

||||||
x
 
000:0
正在加载...
取消
保存