Few small updates to #fishshell and #emacs
This commit is contained in:
5
fish/.config/fish/functions/ffdown.fish
Normal file
5
fish/.config/fish/functions/ffdown.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function ffdown
|
||||
pushd ~/src/ff/fifteen5
|
||||
docker-compose down -d
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user