Created
March 18, 2022 08:20
-
-
Save sirolf2009/34772e097461bf6a16fbe2fcfaebd1fd to your computer and use it in GitHub Desktop.
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 characters
function project | |
set rootPath "/mnt/c/projects" | |
set project (ls /mnt/c/projects/ | fzf) | |
cd "$rootPath/$project" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment