1
0
Fork 0
dotfiles/fish/fish/functions/c.fish

4 lines
39 B
Fish

function c
cd $PROJECTS/$argv[1]
end