Parcourir la source

Add db command for ff work and add consistency

Colin Powell il y a 6 ans
Parent
commit
a2bef52152

+ 6 - 0
fish/.config/fish/functions/ffdb.fish

@@ -0,0 +1,6 @@
+# Defined in - @ line 1
+function ffdb
+	pushd ~/src/ff/fifteen5
+    dc exec db psql -U fifteen5 fifteen5
+    popd
+end

+ 1 - 1
fish/.config/fish/functions/djff.fish → fish/.config/fish/functions/ffdj.fish

@@ -1,4 +1,4 @@
-function djff
+function ffdj
 	pushd ~/src/ff/fifteen5
 	docker-compose exec app django-admin $argv
 	popd