This repository has been archived on 2024-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
xmuhpc-dotfiles/jykang/.bashrc

6 lines
104 B
Bash
Raw Normal View History

2024-04-23 18:40:02 +08:00
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
[ -n "$CHN_LS_USE_COLOR" ] && alias ls="ls --color=auto"