Few small updates to #fishshell and #emacs

This commit is contained in:
Colin Powell
2019-12-02 14:33:35 -05:00
parent 8bd0839aad
commit 7e2f3347f4
3 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
function ffdown
pushd ~/src/ff/fifteen5
docker-compose down -d
popd
end