summaryrefslogtreecommitdiffstats
path: root/.zshrc
blob: 5193e9f2cb3258ddd756d78d11e8f63164a86ca9 (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=5000
SAVEHIST=5000
# 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