@@ -23,8 +23,10 @@ alias gittags='git --no-pager tag -l -n'
function reloadrc() {
if [[ "$0" =~ "zsh" ]]
then
+ echo "正在使用zsh"
source ~/.zshrc
else
+ echo "正在使用bash"
source ~/.bashrc
fi
}