aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-18 17:01:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-18 17:01:28 +1200
commitd980f8d7023046b33e74ad8e091db20b97094e8c (patch)
tree2d797e9493bddcff78b130aa8c24b064ea58ac57
parentNew Fugitive commits (diff)
downloaddotfiles-d980f8d7023046b33e74ad8e091db20b97094e8c.tar.gz
dotfiles-d980f8d7023046b33e74ad8e091db20b97094e8c.zip
Never used any other kind of diff.
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index a4eb42b2..74a810f8 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -162,6 +162,9 @@ alias ed='ed -p:'
# Make gdb shut up.
alias gdb='gdb -q'
+# I always want a unified diff.
+alias diff='diff -u'
+
# Attach to existing tmux session rather than create a new one if possible.
function tmux {
if [[ -n "$*" ]]; then