From f1ca3c7c00149f5703d288c31ce8026f18b25f28 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Mon, 28 Mar 2022 17:00:21 +0200 Subject: [PATCH] :fire: :truck: move to dotfiles --- dotfiles/.zshrc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dotfiles/.zshrc diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc deleted file mode 100644 index 1b1f941..0000000 --- a/dotfiles/.zshrc +++ /dev/null @@ -1,11 +0,0 @@ -" 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