常用命令

  • 设置国内源
    1
    termux-change-repo
  • 取得内部储存访问权限
    termux-setup-storage
  • 启动时自动进入特定目录
    nano ~/.bashrc

git 相关

  • 快速比较远程本地
    git fetch
    git status

配置vim

  • 显示行号
    :set number