mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
No need to reset ID
The values are only echoed if ID matches, so it will always be correct.
This commit is contained in:
@@ -5,7 +5,6 @@ function __destination_ids
|
||||
if string match -q '*===*' -- $line
|
||||
# New section so clear out variables
|
||||
set -f name ''
|
||||
set -f ID ''
|
||||
set -f kind ''
|
||||
continue
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user