methodology/dotfiles/.zshrc
2022-03-25 14:23:24 +01:00

11 lines
424 B
Bash

" 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