Add .zshrc.pre-oh-my-zsh
This commit is contained in:
parent
6b043b174e
commit
5753b14e3f
1 changed files with 13 additions and 0 deletions
13
.zshrc.pre-oh-my-zsh
Normal file
13
.zshrc.pre-oh-my-zsh
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue