aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/picker
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/picker')
-rwxr-xr-xplugins/picker2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/picker b/plugins/picker
index a500435..91101fe 100755
--- a/plugins/picker
+++ b/plugins/picker
@@ -21,6 +21,6 @@
nnn -p /tmp/picked
if [ -f /tmp/picked ]; then
- cat /tmp/picked | tr '\0' '\n'
+ tr '\0' '\n' < /tmp/picked
rm /tmp/picked
fi