Add basic zshrc

This commit is contained in:
Isaac Shoebottom 2025-01-22 01:57:53 -04:00
parent c4d8d8625c
commit 09d203b7df

13
dot_zshrc Normal file
View File

@ -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