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/mocplay | |
parent | f438ddc28ce30fee3f870e1a7a91e8a1e6f0845f (diff) | |
download | nnn-cfbb8f21177bf376698fa4d3b625d9627c1237e9.tar.gz |
Uniform plugins
Diffstat (limited to 'plugins/mocplay')
-rwxr-xr-x | plugins/mocplay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mocplay b/plugins/mocplay index 6739c55..39c7c9a 100755 --- a/plugins/mocplay +++ b/plugins/mocplay @@ -8,7 +8,7 @@ # - to let mocp shuffle tracks, set SHUFFLE=1 # # Shell: POSIX compliant -# Author: Arun Prakash Jana, ath3 +# Authors: Arun Prakash Jana, ath3 IFS="$(printf '\n\r')" selection=${NNN_SEL:-${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.selection} |