aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/fzhist
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-17 21:56:05 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-11-17 21:56:05 +0530
commit6bbf3ac9c4cd143fb0c867ce5c320a5a0f206b44 (patch)
tree6cc5bba29c3c2d26ca675f99be39e5293b71b5ba /plugins/fzhist
parent472564fd7f1245617a792f20cdf43ca47e4164e5 (diff)
downloadnnn-6bbf3ac9c4cd143fb0c867ce5c320a5a0f206b44.tar.gz
Show output after running command
Diffstat (limited to 'plugins/fzhist')
-rwxr-xr-xplugins/fzhist3
1 files changed, 3 insertions, 0 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