Update fish functions for new home layout #fishshell
This commit is contained in:
4
fish/.config/fish/functions/dc.fish
Normal file
4
fish/.config/fish/functions/dc.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function dc
|
||||||
|
docker-compose $argv
|
||||||
|
end
|
||||||
|
|
||||||
5
fish/.config/fish/functions/dce.fish
Normal file
5
fish/.config/fish/functions/dce.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function dce
|
||||||
|
pushd ~/src/elation/hippo
|
||||||
|
docker-compose $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
5
fish/.config/fish/functions/dcet.fish
Normal file
5
fish/.config/fish/functions/dcet.fish
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
function dcet
|
||||||
|
pushd ~/src/elation/hippo-tethys
|
||||||
|
docker-compose $argv
|
||||||
|
popd
|
||||||
|
end
|
||||||
@ -1,5 +0,0 @@
|
|||||||
function de
|
|
||||||
pushd ~/devel/elationemr/hippo-local
|
|
||||||
docker-compose $argv
|
|
||||||
popd
|
|
||||||
end
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
function esync
|
|
||||||
pushd ~/hippo-sync
|
|
||||||
docker-compose $argv
|
|
||||||
popd
|
|
||||||
end
|
|
||||||
Reference in New Issue
Block a user