From 0d00d2eec203597affba3bef1c3826d83b76d22d Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 14 Mar 2022 12:04:03 +0100 Subject: [PATCH] :boom: add minimal .zshrc --- .zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..1b1f941 --- /dev/null +++ b/.zshrc @@ -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