oh-my-zsh使用记录

自带 alias 插件

  1. git

    1
    2
    3
    4
    5
    gaa = git add --all
    gcmsg = git commit -m
    ga = git add
    gst = git status
    gp = git push

终端命令

  1. textutil

    1
    2
    # 将docx转为txt
    textutil -convert txt /path/to/file.docx
码哥 wechat
欢迎关注个人订阅号:「码上行动GO」