From: Arun Prakash Jana Date: Sun, 17 Nov 2019 16:26:05 +0000 (+0530) Subject: Show output after running command X-Git-Tag: v2.8~68 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6bbf3ac9c4cd143fb0c867ce5c320a5a0f206b44;p=nnn.git Show output after running command --- diff --git a/plugins/fzhist b/plugins/fzhist index bad4e2de..52f13bfd 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 d27a522f..1e2497ac 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