Skip to content

Instantly share code, notes, and snippets.

@sirolf2009
Created March 18, 2022 08:20
Show Gist options
  • Save sirolf2009/34772e097461bf6a16fbe2fcfaebd1fd to your computer and use it in GitHub Desktop.
Save sirolf2009/34772e097461bf6a16fbe2fcfaebd1fd to your computer and use it in GitHub Desktop.
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