summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-10-04 05:10:59 +0200
committerAndrew Cady <d@jerkface.net>2015-10-04 05:10:59 +0200
commitc4ccc221b42a3369c851f9b933bdd0f111c187e8 (patch)
tree35a6d1eda9aa81ed62646b9cc897458172cb167f
parent5726bdeb174e5cb20463ef7ef3e74096cede7c60 (diff)
grep will ignore .git by default
-rw-r--r--dot/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/bashrc b/dot/bashrc
index 7178176..71512c1 100644
--- a/dot/bashrc
+++ b/dot/bashrc
@@ -220,7 +220,7 @@ topa () { eval echo '${'$1'[${#'$1'[@]}-1]}'; }
220echoa () { eval echo '${'$1'[@]}'; } 220echoa () { eval echo '${'$1'[@]}'; }
221alias irc='jfx jerkface.net screen -xRR irc' 221alias irc='jfx jerkface.net screen -xRR irc'
222alias code='jfx jerkface.net screen -xRR code' 222alias code='jfx jerkface.net screen -xRR code'
223alias grep='grep --exclude-dir=.svn' 223alias grep='grep --exclude-dir=.git'
224 224
225dorner () 225dorner ()
226{ 226{