.zshrc: Use gsort from GNU coreutils as sort
Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
ad7e3ac01f
commit
89506851a4
1
.zshrc
1
.zshrc
@ -42,6 +42,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
|
|||||||
alias find='gfind'
|
alias find='gfind'
|
||||||
alias sed='gsed'
|
alias sed='gsed'
|
||||||
alias dircolors='gdircolors'
|
alias dircolors='gdircolors'
|
||||||
|
alias sort='gsort'
|
||||||
|
|
||||||
# If BasicTeX installation exists, add it to PATH
|
# If BasicTeX installation exists, add it to PATH
|
||||||
# See: https://tug.org/mactex/morepackages.html
|
# See: https://tug.org/mactex/morepackages.html
|
||||||
|
Loading…
Reference in New Issue
Block a user