summaryrefslogtreecommitdiff
path: root/.config/fish/functions/prometeo.fish
blob: 0dec9b9d52f093597c57a158264416938db0a1bf (plain)
1
2
3
4
function prometeo
    cd ~/code/prometeo/banking_api
    source .venv/bin/activate.fish
end