summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: a597a98ec97e3951656545f9d5ed90e8e7303367 (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 vcs_info
compinit
promptinit
# End of lines added by compinstall

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

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