dotfiles/fish/functions/p.fish

4 lines
69 B
Fish
Raw Normal View History

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