.zshrc: Use gsort from GNU coreutils as sort

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-08-01 15:35:24 +03:00
parent ad7e3ac01f
commit 89506851a4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

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