added notes section to the README
This commit is contained in:
parent
e9c6d85914
commit
d67aebaa73
1 changed files with 7 additions and 0 deletions
|
@ -13,3 +13,10 @@ Or, if you've already cloned the repository, initialize the submodules with the
|
|||
```sh
|
||||
git submodules update --recursive
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
- `.zshc/aliases.sh` contains aliases for `nano`, `vim`, and `vi`. If you use any of these editors, you may want to change these aliases before reloading your shell.
|
||||
- If you are not an Arch Linux user, you will want to change the following things:
|
||||
- `.zshc/aliases.sh`: Remove the `aur` alias.
|
||||
- `.zhsrc`: Replace the `archlinux` plugin with the [oh-my-zsh plugin(s) for your distrubtion](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins-Overview#distro-related).
|
||||
|
|
Loading…
Reference in a new issue