From 89506851a4940a7b728be98f444e93cf78a3c790 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 1 Aug 2015 15:35:24 +0300 Subject: [PATCH] .zshrc: Use gsort from GNU coreutils as sort Signed-off-by: Alan Orth --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 047f0e4..5bd02e9 100644 --- a/.zshrc +++ b/.zshrc @@ -42,6 +42,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then alias find='gfind' alias sed='gsed' alias dircolors='gdircolors' + alias sort='gsort' # If BasicTeX installation exists, add it to PATH # See: https://tug.org/mactex/morepackages.html