summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-16 08:28:07 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2016-02-16 08:28:07 (GMT)
commitd58ec8f30e95e574b5b34919321e856e56f89d4f (patch)
treedbea3c0bab59d36af378a2a0b5eda7bbfd26a9e2
parentb9a739b88e542cbdd3c0c443644ed056a09e906d (diff)
downloaddotfiles-d58ec8f30e95e574b5b34919321e856e56f89d4f.zip
dotfiles-d58ec8f30e95e574b5b34919321e856e56f89d4f.tar.gz
dotfiles-d58ec8f30e95e574b5b34919321e856e56f89d4f.tar.bz2
Some very basic config
-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