Update setup-dev-machine.md
This commit is contained in:
parent
b640fafd86
commit
cc321946ff
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue