summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorJustanothercatgirl <sotov2070@gmail.com>2023-09-24 13:24:56 +0300
committerJustanothercatgirl <sotov2070@gmail.com>2023-09-24 13:24:56 +0300
commitdf65e6f8e328e1116a931873e003b75c97f17a30 (patch)
treead02db19020d193c9df8e750aa00eb2056655858 /.zshrc
initial state (started tracking dotfiles)
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..b8aa4cc
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,13 @@
+# Lines configured by zsh-newuser-install
+HISTFILE=~/.histfile
+HISTSIZE=1000
+SAVEHIST=1000
+setopt autocd
+bindkey -e
+# End of lines configured by zsh-newuser-install
+# The following lines were added by compinstall
+zstyle :compinstall filename '/home/main/.zshrc'
+
+autoload -Uz compinit
+compinit
+# End of lines added by compinstall