diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 10:42:29 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-05-06 10:42:50 +0530 |
commit | cfbb8f21177bf376698fa4d3b625d9627c1237e9 (patch) | |
tree | 124fc693a303aa6fca83f44933766be0582cb831 /plugins/getplugs | |
parent | f438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff) | |
download | nnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz |
Uniform plugins
Diffstat (limited to 'plugins/getplugs')
-rwxr-xr-x | plugins/getplugs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/getplugs b/plugins/getplugs index 2dfc002..0c68be0 100755 --- a/plugins/getplugs +++ b/plugins/getplugs @@ -3,7 +3,7 @@ # Description: Update nnn plugins to installed nnn version # # Shell: POSIX compliant -# Author: Arun Prakash Jana, KlzXS +# Authors: Arun Prakash Jana, KlzXS CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/ PLUGIN_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nnn/plugins |