From 09d203b7dffe3c52cd58497d670b17b6cb08a1ee Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 01:57:53 -0400 Subject: [PATCH] Add basic zshrc --- dot_zshrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot_zshrc diff --git a/dot_zshrc b/dot_zshrc new file mode 100644 index 0000000..1247a17 --- /dev/null +++ b/dot_zshrc @@ -0,0 +1,13 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.zsh_history +HISTSIZE=1000 +SAVEHIST=1000 +setopt nomatch +unsetopt autocd beep extendedglob notify +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/isaac/.zshrc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall