Add .zshrc.pre-oh-my-zsh

This commit is contained in:
ZennDev1337 2024-07-25 07:56:34 +02:00
parent 6b043b174e
commit 5753b14e3f

13
.zshrc.pre-oh-my-zsh Normal file
View file

@ -0,0 +1,13 @@
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=10000
SAVEHIST=10000
setopt autocd
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/zenn/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall