vim ~/.bash_profie

加入如下片段:

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ] ; then
        source .bashrc
fi

最后source:

source ~/.bash_profile

重新ssh即可

Last modification:November 23, 2022
V50%看看实力