mirror of
https://github.com/divnix/digga.git
synced 2024-12-18 21:51:38 +03:00
6b26ef84a8
setup zshrc
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
|