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

Compare with Current View Page History

Version 1 Current »

I use add below scripts at /etc/bashrc on my CentOS server

/etc/bashrc
# added by Chun on 2020-03-04
umask 002
alias ls='ls --color -h'
alias vi=vim
alias weather='curl wttr.in'
PS1="\u@\h \w\\$ "
PATH=.:$PATH:/etc/init.d/:$HOME/.local/bin:$HOME/bin


  • No labels