From 73466313404f79a73f56c0e5f896fea1c1f5bd87 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 14 Aug 2021 09:22:47 -0500 Subject: [PATCH] Added rsynccp plugin for nnn --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 338fb1b..87b2c47 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -68,7 +68,7 @@ export SYSTEMD_EDITOR=$EDITOR ### set nnn options # set detailed mode by default, a for auto FIFO export NNN_OPTS='da' -#export NNN_PLUG='p:preview-tui;v:preview-tabbed' +export NNN_PLUG='p:preview-tui;v:preview-tabbed;B:rsynccp' # use xdg-open to handle more filetypes, correctly export NNN_FALLBACK_OPENER=xdg-open # nnn bookmarks, format of key:path