Sfoglia il codice sorgente

Merge pull request #142 from josalmi/patch-1

Replace single dot with source for fish shell
master
Arun Prakash Jana GitHub 6 anni fa
parent
commit
c3b2ace9fd
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      scripts/quitcd/quitcd.fish

+ 1
- 1
scripts/quitcd/quitcd.fish Vedi File

@@ -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…
Annulla
Salva