diff options
Diffstat (limited to 'plugins/fzhist')
-rwxr-xr-x | plugins/fzhist | 3 |
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 |