mirror of
https://github.com/divnix/digga.git
synced 2024-12-18 13:41:33 +03:00
2 lines
111 B
Bash
2 lines
111 B
Bash
|
while read line; do line=${(Q)line}; [[ -d $line ]] && echo $line; done < /home/nrd/.cache/zsh-cdr/recent-dirs
|