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