6b26ef84a8
setup zshrc
1 line
111 B
Bash
1 line
111 B
Bash
while read line; do line=${(Q)line}; [[ -d $line ]] && echo $line; done < /home/nrd/.cache/zsh-cdr/recent-dirs
|