From 3d63c2aa29e3ee55050f543c9ba5bbf73182cec2 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Jun 2016 12:14:37 +0300 Subject: [PATCH] .zshrc: Remove vimdiff alias on Mac OS X This was only necessary when I was using vim from pkgsrc. The one from Homebrew provides a `vimdiff` symlink. --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index df7cc75..bc58764 100644 --- a/.zshrc +++ b/.zshrc @@ -51,8 +51,6 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then alias dircolors='gdircolors' alias sort='gsort' alias grep='ggrep' - # pkgsrc doesn't provide vimdiff wrapper, but it's just `vim -d` anyways - alias vimdiff='vim -d' # If BasicTeX installation exists, add it to PATH # See: https://tug.org/mactex/morepackages.html