From e73d487c6e9b3dacbf18a979f593c1c20539e459 Mon Sep 17 00:00:00 2001 From: Alen Date: Sat, 23 Sep 2023 23:41:59 +0400 Subject: Move $ZDOTDIR to ~/.config/zsh --- dot_config/zsh/dot_zshrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dot_config/zsh/dot_zshrc (limited to 'dot_config/zsh/dot_zshrc') diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc new file mode 100644 index 0000000..13b626a --- /dev/null +++ b/dot_config/zsh/dot_zshrc @@ -0,0 +1,12 @@ +# Set up nice and lengthy history +export HISTFILE="${ZDOTDIR:-$HOME}/.zsh_history" +export HISTSIZE=1000000 +export SAVEHIST=1000000 + +# Simple prompt +PROMPT="%F{15}%K{4}%n@%M:%~%f%k " +RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T" + +# Just do a simple compinit for now +autoload -U compinit +compinit -- cgit 1.4.1-2-gfad0