This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
6 lines
80 B
Fish
6 lines
80 B
Fish
function el8down
|
|
pushd ~/devel/elationemr/hippo
|
|
docker-compose down
|
|
popd
|
|
end
|