This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
secstate
/
dotfiles
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Add esync function for managing hippo sync #fishshell
Colin Powell
6 anos atrás
pai
80aad72b51
commit
a649d2942c
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
5
0
config/fish/functions/esync.fish
+ 5
- 0
config/fish/functions/esync.fish
Ver arquivo
@@ -0,0 +1,5 @@
+function esync
+ pushd ~/hippo-sync
+ docker-compose $argv
+ popd
+end