💥 add minimal .zshrc

This commit is contained in:
dannydannydanny 2022-03-14 12:04:03 +01:00 committed by GitHub
parent e841b4c09d
commit 0d00d2eec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.zshrc Normal file
View 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