Rami3L
GitHub
před 4 roky
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl
1 přidání a
1 odebrání
-
misc/quitcd/quitcd.fish
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
function n --description 'support nnn quit and change directory' |
|
|
|
# Block nesting of nnn in subshells |
|
|
|
if test -n NNNLVL |
|
|
|
if test -n "$NNNLVL" |
|
|
|
if [ (expr $NNNLVL + 0) -ge 1 ] |
|
|
|
echo "nnn is already running" |
|
|
|
return |
|
|
|