1. vim ~/.bash_profile (無則新建)
新增
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
2.vim ~/.bashrc (無則新建)
新增alias
如 alias workspace='cd ~/my/workspace'
1. vim ~/.bash_profile (無則新建)
新增
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
2.vim ~/.bashrc (無則新建)
新增alias
如 alias workspace='cd ~/my/workspace'