From 1c0c87c968dcc542de17e30d9ecc81f6868edb05 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 26 Oct 2022 12:26:24 +0200 Subject: Add basic .zshrc --- .zshrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..0c94aaa --- /dev/null +++ b/.zshrc @@ -0,0 +1,12 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +bindkey -v +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/jan/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall -- cgit v1.2.3-70-g09d2