summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-09-20 19:59:17 -0700
committerBen Sima <ben@bsima.me>2018-09-20 20:04:01 -0700
commitefd444561a08f234f6f2008dc1c4ca5938ccffb6 (patch)
tree1a3a412a714fb8d070c88af49ffb9096fda101aa /home.nix
parent111b3f88812e68dc4921c155d61a21d849495fdc (diff)
Add vimdiff alias
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index 61ce8db..09dad9a 100644
--- a/home.nix
+++ b/home.nix
@@ -262,6 +262,7 @@ in
typeless = "history | tail -n 20000 | sed 's/.* //' | sort | uniq -c | sort -g | tail -n 100";
v = "vim";
"v." = "vim .";
+ vimdiff = "vim -d";
};
};