From d94fafa7183729ed11b88dc844de807cdddf30e9 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 16:58:53 +0200 Subject: [PATCH] :truck: move .zshrc from methodology --- .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