.zshrc: added new comamnds based on gnu-utils on MacOS
This commit is contained in:
parent
4b929f4b0a
commit
f64180d52f
3
.zshrc
3
.zshrc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user