aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/.nnn-plugin-helper
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-03 14:55:33 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-03 14:55:33 +0530
commiteee5057da5d5063f5a5c3e0059e98ad8f6ba179e (patch)
tree0351585ca189e49dbe7938d9636b63cb75479a5d /plugins/.nnn-plugin-helper
parente8e87f6ba2b72a8b7c2eb9a63d8a37a71f148882 (diff)
downloadnnn-eee5057da5d5063f5a5c3e0059e98ad8f6ba179e.tar.gz
Plugin mimelist: support reading file list from (cmd as) plugin
Diffstat (limited to 'plugins/.nnn-plugin-helper')
-rw-r--r--plugins/.nnn-plugin-helper2
1 files changed, 1 insertions, 1 deletions
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 () {