From 08aea86eae56adf98764d4fa680a074996afdfd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Thu, 26 Oct 2017 11:32:13 +0200 Subject: [PATCH] Prepare for config in $HOME/.zsh directory --- .zshrc => zshrc | 3 +++ 1 file changed, 3 insertions(+) rename .zshrc => zshrc (99%) diff --git a/.zshrc b/zshrc similarity index 99% rename from .zshrc rename to zshrc index 4ecf8e3..e83687a 100644 --- a/.zshrc +++ b/zshrc @@ -5,6 +5,9 @@ # #---------------------------------- Pre Setup --------------------------------- +# Source this file in your .zshrc: +# source $HOME/.zsh/zshrc + autoload colors; colors autoload -Uz add-zsh-hook