diff options
Diffstat (limited to 'home.nix')
-rw-r--r-- | home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; }; }; |