This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
secstate
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Add esync function for managing hippo sync #fishshell
Colin Powell
%!s(int64=6) %!d(string=hai) anos
pai
80aad72b51
achega
a649d2942c
Modificáronse 1 ficheiros
con
5 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de 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