public
Fork of rmm5t/dotfiles
Description: Fork of Ryan McGeary's configuration shiznit, as we tend to follow the same conventions.
Homepage: http://ryan.mcgeary.org
Clone URL: git://github.com/chmurph2/dotfiles.git
Added override aliases for rm, ps, zip, and svnlog.
chmurph2 (author)
Fri May 23 14:35:28 -0700 2008
commit  f8df149fb9c1d22b237c09e1532da646844a3b06
tree    159ac9989a9e5adec46b3f7c3b4ba23eea36d2a5
parent  d2349d8bd7f1db880282322a0d7d28294e39b5eb
...
135
136
137
 
 
 
 
 
138
...
135
136
137
138
139
140
141
142
143
0
@@ -135,4 +135,9 @@ alias wgeto="wget -q -O -"
0
 alias sha1="openssl dgst -sha1"
0
 alias sha2="openssl dgst -sha256"
0
 alias qs-bounce="osascript ~/Library/Scripts/qs-bounce.scpt"
0
+alias rm="rm -iv"
0
+alias ps="sudo ps -eac"
0
+alias zip="myzip -r"
0
+#SVN: show my last 50 entries into the svn log
0
+alias svnlog="svn log --limit 100 | grep -B1 -A3 '| cmurphy |'"
0
 ############################################################

Comments

    No one has commented yet.