Explorar el Código

Update dj command for syncd hippo #fishshell

Colin Powell hace 6 años
padre
commit
0af79c2025
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      fish/.config/fish/functions/dcet-dj.fish

+ 2 - 2
fish/.config/fish/functions/esyncdj.fish → fish/.config/fish/functions/dcet-dj.fish

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