命令为当前 shell 中的子进程进行环境变量设置.
export {{某变量名}}={{值}}
export -n {{某变量名}}
export PATH=$PATH:{{追加的 path 路径}}