Skip to content

Commit 6681b51

Browse files
committed
fix: variables will die in fzf's fish, no erase needed
1 parent 64433fa commit 6681b51

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

conf.d/fifc.fish

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,4 @@ end
6161

6262
# Fisher
6363
function _fifc_uninstall --on-event fifc_uninstall
64-
for i in (seq (count $_fifc_unordered_comp))
65-
set -e $_fifc_unordered_comp[$i]
66-
end
67-
68-
for i in (seq (count $_fifc_ordered_comp))
69-
set -e $_fifc_ordered_comp[$i]
70-
end
71-
72-
set -e _fifc_comp_count
73-
set -e _fifc_source_count
74-
set -e _fifc_unordered_comp
75-
set -e _fifc_ordered_comp
7664
end

0 commit comments

Comments
 (0)