aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/fzhist3
-rwxr-xr-xplugins/getplugs2
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/fzhist b/plugins/fzhist
index bad4e2d..52f13bf 100755
--- a/plugins/fzhist
+++ b/plugins/fzhist
@@ -28,4 +28,7 @@ if ! [ -z "$entry" ]; then
fi
rm $tmpfile
+
+ echo -n "Press any key to exit"
+ read input
fi
diff --git a/plugins/getplugs b/plugins/getplugs
index d27a522..1e2497a 100755
--- a/plugins/getplugs
+++ b/plugins/getplugs
@@ -3,7 +3,7 @@
# Description: Update nnn plugins
#
# Shell: POSIX compliant
-# Author: Arun Prakash Jana
+# Author: Arun Prakash Jana, KlzXS
CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/
PLUGIN_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins