Prevent pip from running if there isn't a virtualenv
[dotfiles] / .gitconfig
index bbcd78e..0bbb85c 100644 (file)
@@ -4,6 +4,7 @@
 
 [core]
        editor = vim
+    excludesfile = ~/.gitignore
 
 [color]
        diff = auto
@@ -23,4 +24,7 @@
        whitespace = fix
 
 [alias]
-       pom = push origin master
+       log = log --oneline --graph
+
+[push]
+       default = simple