Removed custom.bash and am now completely ignoring all files within the custom directory. Started de-macify to provide more support for linux (thanks to alsemyonov on github).
diff --git a/functions/git.functions.bash b/functions/git.functions.bash
index a2607aa..9843253 100644
--- a/functions/git.functions.bash
+++ b/functions/git.functions.bash
@@ -18,3 +18,7 @@
function local-ignore() {
echo "$1" >> .git/info/exclude
}
+
+function gitignore() {
+ echo ".DS_Store" >> .gitignore
+}
\ No newline at end of file