ytet5uy4 / fzf-widgets

ZLE widgets of fzf
MIT License
87 stars 18 forks source link

Avoid leaking $item into shell #40

Open crater2150 opened 4 years ago

crater2150 commented 4 years ago

Why

The $item variable is leaked into the shell. This is especially noticeable when using named dirs, my prompt showed ~item as the current directory after using fzf-change-directory.

What