dotfiles/fish/functions/p.fish

4 lines
69 B
Fish

function p -d "Move to the Projects directory"
cd ~/Projects
end