导航

ubuntu实用技巧

Posted on 2015-11-28 19:13  ggzone  阅读(96)  评论(0编辑  收藏  举报
  1. 添加alias
    ~/.bash_alias文件:
    alias go=”python /Users/xhat/Downloads/goagent/local/proxy.py”
    ~/.bash_profile文件:
    source ~/.bash_alias
    命令行:source ~/.bash_profile