summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 91327ac0ec2d75bc265ca24f68ad50e0decbfa88 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh_history
HISTSIZE=1000
SAVEHIST=1000
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/oliver/.zshrc'

autoload -Uz compinit
compinit
# End of lines added by compinstall