dotfiles/.config/fish/functions/prometeo.fish

5 lines
92 B
Fish

function prometeo
cd ~/code/prometeo/banking_api
source .venv/bin/activate.fish
end