Bladeren bron

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

Colin Powell 6 jaren geleden
bovenliggende
commit
72e2d4cfcd
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      fish/.config/fish/functions/dcet.fish
  2. 1 1
      fish/.config/fish/functions/dcetdj.fish

+ 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