# NNN specific config options imported by .bashrc # Default options: # A: no directory autoselection in Nav-as-you-Type mode # d: open in detailed mode # e: open text files in $VISUAL/$EDITOR/vi # o: disable file opening with `l` or `→` (only with `Enter`) # r: use patched `mv` and `cp` if available # see https://github.com/jarun/nnn/wiki/Advanced-use-cases#cp-mv-progress # https://github.com/jarun/advcpmv export NNN_OPTS="Adeo" which cpg >/dev/null 2>&1 &&\ export NNN_OPTS="${NNN_OPTS}r"