From a821e49fd4a1e85f6ac5d29093da88c9897e7eea Mon Sep 17 00:00:00 2001 From: novarobot <88540431+novarobot@users.noreply.github.com> Date: Tue, 21 Mar 2023 21:38:26 +0100 Subject: [PATCH] Create .zshrc Add default .zshrc --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .zshrc diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..03edb70 --- /dev/null +++ b/.zshrc @@ -0,0 +1,5 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +# End of lines configured by zsh-newuser-install