summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e69de29..91327ac 100644
--- a/.zshrc
+++ b/.zshrc
@@ -0,0 +1,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