vimv comment
This commit is contained in:
parent
1d81ae61b2
commit
f55f92fb19
|
|
@ -12,6 +12,8 @@ trap '{ rm -f "${FILENAMES_FILE}" ; }' EXIT
|
||||||
if [ $# -ne 0 ]; then
|
if [ $# -ne 0 ]; then
|
||||||
src=( "$@" )
|
src=( "$@" )
|
||||||
else
|
else
|
||||||
|
# in this line where is says src=($(ls)), you can change the "ls" to "exa"
|
||||||
|
# if you want the proper number sorting.
|
||||||
IFS=$'\r\n' GLOBIGNORE='*' command eval 'src=($(ls))'
|
IFS=$'\r\n' GLOBIGNORE='*' command eval 'src=($(ls))'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue