summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-13 17:50:55 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-13 17:50:55 +0530
commitf55f92fb1913b6a01fab636ba61610ea5dab4ab9 (patch)
treeaad7a6b6d0270e00c17f3215d549e418ede770c0
parent1d81ae61b23636abebb37bee145830ed6b5bde1d (diff)
vimv comment
-rwxr-xr-x.local/bin/vimv2
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/vimv b/.local/bin/vimv
index 74844fc..81f85a2 100755
--- a/.local/bin/vimv
+++ b/.local/bin/vimv
@@ -12,6 +12,8 @@ trap '{ rm -f "${FILENAMES_FILE}" ; }' EXIT
if [ $# -ne 0 ]; then
src=( "$@" )
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))'
fi