mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Show output after running command
This commit is contained in:
parent
472564fd7f
commit
6bbf3ac9c4
|
@ -28,4 +28,7 @@ if ! [ -z "$entry" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm $tmpfile
|
rm $tmpfile
|
||||||
|
|
||||||
|
echo -n "Press any key to exit"
|
||||||
|
read input
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Description: Update nnn plugins
|
# Description: Update nnn plugins
|
||||||
#
|
#
|
||||||
# Shell: POSIX compliant
|
# Shell: POSIX compliant
|
||||||
# Author: Arun Prakash Jana
|
# Author: Arun Prakash Jana, KlzXS
|
||||||
|
|
||||||
CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/
|
CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/
|
||||||
PLUGIN_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins
|
PLUGIN_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins
|
||||||
|
|
Loading…
Reference in a new issue