5 lines
108 B
Fish
Raw Normal View History

function prj --description "cd to a project"
set projdir (ls $PROJ | fzf)
and cd $PROJ/$projdir
end