summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-26 12:26:24 +0200
committerxengineering <me@xengineering.eu>2022-11-05 12:16:42 +0100
commit1c0c87c968dcc542de17e30d9ecc81f6868edb05 (patch)
treee53b865b0cb5769ed3e79f9f02eeb5931108220e
parenta6dc631dbc83a100b9c44d952f83327105cf0977 (diff)
downloaddotfiles-1c0c87c968dcc542de17e30d9ecc81f6868edb05.tar
dotfiles-1c0c87c968dcc542de17e30d9ecc81f6868edb05.tar.zst
dotfiles-1c0c87c968dcc542de17e30d9ecc81f6868edb05.zip
Add basic .zshrc
-rw-r--r--.zshrc12
1 files changed, 12 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
new file mode 100644
index 0000000..0c94aaa
--- /dev/null
+++ b/.zshrc
@@ -0,0 +1,12 @@
+# Lines configured by zsh-newuser-install
+HISTFILE=~/.histfile
+HISTSIZE=1000
+SAVEHIST=1000
+bindkey -v
+# End of lines configured by zsh-newuser-install
+# The following lines were added by compinstall
+zstyle :compinstall filename '/home/jan/.zshrc'
+
+autoload -Uz compinit
+compinit
+# End of lines added by compinstall