From eee5057da5d5063f5a5c3e0059e98ad8f6ba179e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 3 May 2020 14:55:33 +0530 Subject: Plugin mimelist: support reading file list from (cmd as) plugin --- plugins/.nnn-plugin-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/.nnn-plugin-helper') diff --git a/plugins/.nnn-plugin-helper b/plugins/.nnn-plugin-helper index 06b3bcb..0f74fc7 100644 --- a/plugins/.nnn-plugin-helper +++ b/plugins/.nnn-plugin-helper @@ -29,7 +29,7 @@ nnn_cd () { read -r context fi - printf "%s" "${context:-0}$dir" > "$NNN_PIPE" + printf "%s" "${context:-0}c$dir" > "$NNN_PIPE" } cmd_exists () { -- cgit v1.2.3-70-g09d2