diff options
| author | 2020-05-03 14:55:33 +0530 | |
|---|---|---|
| committer | 2020-05-03 14:55:33 +0530 | |
| commit | eee5057da5d5063f5a5c3e0059e98ad8f6ba179e (patch) | |
| tree | 0351585ca189e49dbe7938d9636b63cb75479a5d /plugins/.nnn-plugin-helper | |
| parent | e8e87f6ba2b72a8b7c2eb9a63d8a37a71f148882 (diff) | |
| download | nnn-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-helper | 2 |
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 () { |