.zshrc: added new comamnds based on gnu-utils on MacOS

This commit is contained in:
Marcin Woźniak 2024-10-06 01:47:43 +02:00
parent 7b92b1fc80
commit 05f993c96d

3
.zshrc
View File

@ -151,6 +151,9 @@ if [[ "$(uname)" == "Darwin" ]]; then
alias pip3='/opt/homebrew/bin/pip$PYTHONVERSION'
alias python='/opt/homebrew/bin/python$PYTHONVERSION'
alias pip='/opt/homebrew/bin/pip$PYTHONVERSION'
alias sed='gsed'
alias zcat='gzcat'
alias date='gdate'
alias lsblk="diskutil list"
alias Update="~/.local/bin/Update-pkg; brew update; brew upgrade"