diff --git a/Examples-(fish).md b/Examples-(fish).md index ca4c168..84dd900 100644 --- a/Examples-(fish).md +++ b/Examples-(fish).md @@ -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]