diff: changed the diff script to an alias

This commit is contained in:
rkiel
2015-06-06 18:35:48 -04:00
parent dddb6d130b
commit 27b521d609
3 changed files with 3 additions and 20 deletions

View File

@@ -1,7 +0,0 @@
#!/usr/bin/env ruby
args = ARGV.join(' ')
command = "git diff -w #{args}"
exec command