1
0
Fork 0

Remove line I commented out

This commit is contained in:
tastytea 2022-04-10 09:03:48 +02:00
parent a3754ffe3b
commit 4c94590ddf
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ case ${cmd} in
;;
find)
for current_file in ${file}/**; do
# zgetattr ${current_file} user.fstag.tags
local _taglist=$(${0} list ${current_file})
local -a current_tags=(${(@s/,/)_taglist})
unset _taglist