This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
secstate
/
dotfiles
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Add esync function for managing hippo sync #fishshell
Colin Powell
há 6 anos atrás
pai
80aad72b51
commit
a649d2942c
1 ficheiros alterados
com
5 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
5
0
config/fish/functions/esync.fish
+ 5
- 0
config/fish/functions/esync.fish
Ver Ficheiro
@@ -0,0 +1,5 @@
+function esync
+ pushd ~/hippo-sync
+ docker-compose $argv
+ popd
+end