.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.
This commit is contained in:
Alan Orth 2016-06-05 12:14:37 +03:00
parent 575e0a2bc5
commit 3d63c2aa29
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 2 deletions

2
.zshrc
View File

@ -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