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