Cleaned bash it up
diff --git a/functions/git.bash b/functions/git.bash
index 17e8a70..50f4459 100644
--- a/functions/git.bash
+++ b/functions/git.bash
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 function git_remote {
   echo "Running: git remote add origin ${GIT_HOSTING}:$1.git"
   git remote add origin $GIT_HOSTING:$1.git