bashrc中添加的命令,每次ssh登录后都需手动source一下的麻烦交给脚本就好啦。
如果用的是bash:
在 ~/.bash_profile 中添加 source ~/.bashrc
如果用的zsh:
在 ~/.zshrc 中添加 source ~/.bashrc
bashrc中添加的命令,每次ssh登录后都需手动source一下的麻烦交给脚本就好啦。
如果用的是bash:
在 ~/.bash_profile 中添加 source ~/.bashrc
如果用的zsh:
在 ~/.zshrc 中添加 source ~/.bashrc