

6·
1 month agoLinkedIn.
Imagine Twitter and Facebook teaming up for a Dragon Ball style fusion, turning into this cringe fake business guru with a Ghibli style profile picture, spitting out AI generated posts and running impression based non-sense polls.
jmpd(jump directory): fuzzy finds and opens directory with fzf
# fish shell function jmpd set _selection $(fzf --walker=dir); if test -n "$_selection" cd "$_selection"; end end