From 608c2a1f26f2983d29a8610164b6136d64c86ca5 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 20 Mar 2017 00:01:36 +0100 Subject: [PATCH] basic zshrc --- zshrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index a852ff8..7abe23a 100644 --- a/zshrc +++ b/zshrc @@ -1 +1,11 @@ -export PS1="%d$ " +autoload -Uz compinit promptinit + +# enable autocompletion +compinit +# fancy PS1 +promptinit +prompt adam2 + +# key bindings +bindkey -v +