Show output after running command

This commit is contained in:
Arun Prakash Jana 2019-11-17 21:56:05 +05:30
parent 472564fd7f
commit 6bbf3ac9c4
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 4 additions and 1 deletions

View File

@ -28,4 +28,7 @@ if ! [ -z "$entry" ]; then
fi
rm $tmpfile
echo -n "Press any key to exit"
read input
fi

View File

@ -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