This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
secstate
/
dotfiles
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Add esync function for managing hippo sync #fishshell
Colin Powell
6 anni fa
parent
80aad72b51
commit
a649d2942c
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
config/fish/functions/esync.fish
+ 5
- 0
config/fish/functions/esync.fish
Vedi File
@@ -0,0 +1,5 @@
+function esync
+ pushd ~/hippo-sync
+ docker-compose $argv
+ popd
+end