This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
secstate
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add esync function for managing hippo sync #fishshell
Colin Powell
hace 6 años
padre
80aad72b51
commit
a649d2942c
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
config/fish/functions/esync.fish
+ 5
- 0
config/fish/functions/esync.fish
Ver fichero
@@ -0,0 +1,5 @@
+function esync
+ pushd ~/hippo-sync
+ docker-compose $argv
+ popd
+end