基于git 客户端使用shell工具

1 定义全局启动 命令别名

C:Program FilesGitetcprofile.daliases.sh

alias ls='ls -F --color=auto --show-control-chars'
alias ll='ls -l'
alias psh='powershell'

原文地址:https://www.cnblogs.com/micro-chen/p/9204702.html