#切换shell为bash
chsh -s /bin/bash 
#去掉新开窗口下的警告吧啦吧啦
echo 'export BASH_SILENCE_DEPRECATION_WARNING=1' >> ~/.bashrc