Update README.md

This commit is contained in:
TheK4n 2022-07-24 18:08:44 +03:00 committed by GitHub
parent 843c3da087
commit e5e644e036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ Config files for:
| `redis-server BG` | `redis-server &>/dev/null &` | Run command in background | | `redis-server BG` | `redis-server &>/dev/null &` | Run command in background |
You can add your files to the `~/.subbash/bashrc.d` for bash or `~/.subzsh/zshrc.d` for zsh directory so that they automatically run in ascending order when you open a terminal.\ You can add your files to the `~/.subbash/bashrc.d` directory for bash or `~/.subzsh/zshrc.d` directory for zsh so that they automatically run in ascending order when you open a terminal.\
Example:\ Example:\
`~/.subbash/bashrc.d/01_hello.sh` `~/.subbash/bashrc.d/01_hello.sh`
```bash ```bash