markdown Bash / zsh中的别名

Posted

tags:

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

# How to use Alias in Bash/ zsh:

If you need to repeatedly run a command like:

```
source ~/.bash_profile
source ~/.zshrc
```

you can create aliases for these command in `~/.bash_profile` and `source ~/.zshrc`:

```
alias sb='source ~/.bash_profile'
alias sz='source ~/.zshrc'
```

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

markdown 添加别名bash和git别名

shell 命令,别名,通配符,重定向

在WSL中安装zsh终端

[CentOS 7系列]命令历史与别名

shell介绍,命令历史,命令补全和别名,通配符 ,输入输出重定向

终端模式切换zsh与bash