Created
September 13, 2019 12:01
-
-
Save grafov/e1b4960d0a99bee5e149e68226b2dffc to your computer and use it in GitHub Desktop.
Revisions
-
grafov created this gist
Sep 13, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # It uses fzf: https://github.com/junegunn/fzf function fcd cd ~ if [ (count $argv) -ge 1 ] cd (dirname (fzf -q "$argv")) return end cd (dirname (fzf)) end