Comment on D or d come on
newIdentity@sh.itjust.works 1 year ago
Use Zsh or Fish
Or better yet, use z or zoxide: “z down” will fuzzy match the “~/Download” folder.
This is the way!
Never used or heard of it before but apparently zoxide is only for cd command, do you happen to know if there’s some fuzzy match for in general?
cd
At the moment what I do is history foo | grep -i “bar”
history foo | grep -i “bar”
Yeah, if that’s the only reason, changing your shell is overkill.
janAkali@lemmy.one 1 year ago
Or better yet, use z or zoxide:
“z down” will fuzzy match the “~/Download” folder.
words_number@programming.dev 1 year ago
This is the way!
Astaroth@lemm.ee 1 year ago
Never used or heard of it before but apparently zoxide is only for
cd
command, do you happen to know if there’s some fuzzy match for in general?At the moment what I do is
history foo | grep -i “bar”
seitanic@lemmy.sdf.org 1 year ago
Yeah, if that’s the only reason, changing your shell is overkill.