Selaa lähdekoodia

Move sync'd hippo command to hippo-sync #fishshell

Colin Powell 6 vuotta sitten
vanhempi
commit
72e2d4cfcd

+ 1 - 1
fish/.config/fish/functions/dcet.fish

@@ -1,5 +1,5 @@
 function dcet
-	pushd ~/src/elation/hippo-tethys
+	pushd ~/src/elation/hippo-sync
 	docker-compose $argv
 	popd
 end

+ 1 - 1
fish/.config/fish/functions/dcetdj.fish

@@ -1,5 +1,5 @@
 function dcetdj
-	pushd ~/src/elation/hippo-tethys
+	pushd ~/src/elation/hippo-sync
 	docker-compose exec hippo django-admin $argv
 	popd
 end