text Bash别名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Bash别名相关的知识,希望对你有一定的参考价值。

(For Git MINGW64)
C:\Program Files\git\etc\bash.bashrc
Append file with aliases - bash restart required. Works in conemu, needs to restart conemu or close and reopen the bash tab.

# adding alias for bash!
alias git-login="eval `ssh-agent -s`; ssh-add ~/.ssh/*_rsa"
alias cls="clear"
alias cd..="cd .."
alias tv="cd _Development/teamviewer"
  # note the directory alias is relative to c:, which is the base dir when bash loads.

以上是关于text Bash别名的主要内容,如果未能解决你的问题,请参考以下文章