Skip to content

Commit

Permalink
fix: variables will die in fzf's fish, no erase needed
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Apr 7, 2024
1 parent 64433fa commit 6681b51
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions conf.d/fifc.fish
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,4 @@ end

# Fisher
function _fifc_uninstall --on-event fifc_uninstall
for i in (seq (count $_fifc_unordered_comp))
set -e $_fifc_unordered_comp[$i]
end

for i in (seq (count $_fifc_ordered_comp))
set -e $_fifc_ordered_comp[$i]
end

set -e _fifc_comp_count
set -e _fifc_source_count
set -e _fifc_unordered_comp
set -e _fifc_ordered_comp
end

0 comments on commit 6681b51

Please sign in to comment.