summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 675aabd691b149dd4b5e5505bb335d48344814d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 promptinit
compinit
promptinit
# End of lines added by compinstall

# Alias definitions.
[[ -f ~/.zsh/aliases ]] && source ~/.zsh/aliases

# Prompt definitions.
[[ -f ~/.zsh/prompt ]] && source ~/.zsh/prompt