mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:36:58 -05:00
Typo
@@ -12,8 +12,8 @@ end
|
||||
```
|
||||
|
||||
```
|
||||
function fzf-cdhist-widget -d 'cd to one of the previously visited location'
|
||||
## Clear non-existent folders from cdhist.
|
||||
function fzf-cdhist-widget -d 'cd to one of the previously visited locations'
|
||||
# Clear non-existent folders from cdhist.
|
||||
set -l buf
|
||||
for i in (seq 1 (count $dirprev))
|
||||
set -l dir $dirprev[$i]
|
||||
|
||||
Reference in New Issue
Block a user