dotfiles/.zshrc.pre-oh-my-zsh

14 lines
322 B
Text
Raw Normal View History

2024-07-25 07:56:34 +02:00
# 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