Add a separate el8 funciton and helpers
This commit is contained in:
5
config/fish/functions/el8.fish
Normal file
5
config/fish/functions/el8.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function el8
|
||||
pushd ~/devel/elationemr/hippo
|
||||
docker-compose $argv
|
||||
popd
|
||||
end
|
||||
Reference in New Issue
Block a user