From f2b256be9767a134007f2b4e0f43af285d98f9d4 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 13 Nov 2024 10:41:45 -0500 Subject: [PATCH] zsh(darwin): Alias more GNU versions of tools --- zsh/darwin.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/darwin.zshrc b/zsh/darwin.zshrc index bec0d3d..079dcc4 100644 --- a/zsh/darwin.zshrc +++ b/zsh/darwin.zshrc @@ -4,6 +4,8 @@ alias ls='ls --color=auto' export LSCOLORS='Exgxbxdxcxegedabagacad' alias units='gunits --verbose' +alias date='gdate' +alias awk='gawk' source ~/.profile