ubuntu实用技巧

  1. 添加alias
    ~/.bash_alias文件:
    alias go=”python /Users/xhat/Downloads/goagent/local/proxy.py”
    ~/.bash_profile文件:
    source ~/.bash_alias
    命令行:source ~/.bash_profile
原文地址:https://www.cnblogs.com/ggzone/p/10121227.html