From ab24ded0a10b8843d94f806aaee3f13042cd9abe Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Sun, 31 Oct 2021 23:27:07 +0800 Subject: Add config of nnn --- .nnnrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .nnnrc (limited to '.nnnrc') diff --git a/.nnnrc b/.nnnrc new file mode 100755 index 0000000..d1eea9b --- /dev/null +++ b/.nnnrc @@ -0,0 +1,7 @@ +#!/usr/bin/env sh + +if [ ! -d $HOME/.config/nnn/plugins ]; then + curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh +fi + +export NNN_PLUG='f:fzcd;v:imgview;j:autojump' -- cgit v1.2.3