I use 'cz' which is like 'cd' but for git workspaces only. Uses fzf to present list of matches. bash source: cz-index () { sudo find -L ~/work -type d -name '.git' | sed 's;/.git$;;' | sort > ~/git-dirs.txt } cz () { cd…
So in this, does the definition of "World" include both West coast and East coast? What about Hawaii and Alaska?
It_is_ hard - there's a typo in it "satifies".
I use 'cz' which is like 'cd' but for git workspaces only. Uses fzf to present list of matches. bash source: cz-index () { sudo find -L ~/work -type d -name '.git' | sed 's;/.git$;;' | sort > ~/git-dirs.txt } cz () { cd…
So in this, does the definition of "World" include both West coast and East coast? What about Hawaii and Alaska?
It_is_ hard - there's a typo in it "satifies".