ubuntu实用技巧

  1. 添加alias
    ~/.bash_alias文件:
    alias go=”python /Users/xhat/Downloads/goagent/local/proxy.py”
    ~/.bash_profile文件:
    source ~/.bash_alias
    命令行:source ~/.bash_profile

你可能感兴趣的:(ubuntu,实用技巧)