Update setup-dev-machine.md

This commit is contained in:
dannydannydanny 2021-10-13 16:08:16 +02:00 committed by GitHub
parent b640fafd86
commit cc321946ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,18 @@ set nu
set clipboard=unnamed
```
### `.zshrc`
During zsh setup, a `.zhrc` file is generated and left in the root.
The following .zshrc content should extend (rather than replace) your `.zshrc`.
```bash
alias doco="docker-compose"
# use vim bindings
bindkey -v
```
# Linux
> Coming Soon