Update fish functions for new home layout #fishshell

This commit is contained in:
Colin Powell
2019-01-10 12:08:40 -05:00
parent 54f4650f42
commit 6a11e7c2e4
5 changed files with 14 additions and 10 deletions

View File

@ -0,0 +1,4 @@
function dc
docker-compose $argv
end

View File

@ -0,0 +1,5 @@
function dce
pushd ~/src/elation/hippo
docker-compose $argv
popd
end

View File

@ -0,0 +1,5 @@
function dcet
pushd ~/src/elation/hippo-tethys
docker-compose $argv
popd
end

View File

@ -1,5 +0,0 @@
function de
pushd ~/devel/elationemr/hippo-local
docker-compose $argv
popd
end

View File

@ -1,5 +0,0 @@
function esync
pushd ~/hippo-sync
docker-compose $argv
popd
end