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别名的主要内容,如果未能解决你的问题,请参考以下文章

text 常见的bash别名移动到docker容器中。执行`lift init`时,Thiese是基础别名

text 编辑bash shell的配置文件以启用颜色,别名和新命令行提示等附加功能!

10 个 Linux 中方便的 Bash 别名

30 个方便的 Bash shell 别名 | Linux 中国

终端:-bash:'别名:找不到命令

markdown 添加别名bash和git别名