🚚 move .zshrc from methodology
This commit is contained in:
parent
7f8aa9f7f9
commit
d94fafa718
1 changed files with 11 additions and 0 deletions
11
.zshrc
Normal file
11
.zshrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
" If zsh is not yet installed:
|
||||
" https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
|
||||
|
||||
" If oh-my-zsh is not yet installed:
|
||||
" https://ohmyz.sh/#install
|
||||
|
||||
" During zsh setup, a `.zhrc` file is generated and left in the root.
|
||||
" The following .zshrc content should extend (rather than replace) your `.zshrc`.
|
||||
|
||||
bindkey -v " use vim bindings in the terminal
|
||||
alias doco="docker-compose" " never write docker-compose ever again
|
||||
Loading…
Add table
Add a link
Reference in a new issue