Initial commit
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.
This commit is contained in:
5
config/fish/functions/el8down.fish
Normal file
5
config/fish/functions/el8down.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function el8down
|
||||
pushd ~/devel/elationemr/hippo
|
||||
docker-compose down
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user