You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

For my easier use in Mac OSX, I usually add below scripts at /etc/zshrc 

# added by Chun on 2020-03-04
alias vi=vim
alias weather='curl wttr.in'
PS1="%n%1~ %# "
PATH=.:$PATH:/etc/init.d/:$HOME/.local/bin:$HOME/bin


  • No labels