From 805c951522bc5063849b51a729b08bfdf16168df Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:36:04 +0300 Subject: Adding X11, zsh, nvtop, dmenu and some other tools for wallpapers, power menus, uploading simple text/binary files. Changes to be committed: new file: X11/Xresources new file: X11/xinit new file: bmenu new file: dmenu.conf new file: nvtop/interface.ini new file: pmenu new file: upload new file: zsh/aliases new file: zsh/env new file: zsh/zshrc --- zsh/zshrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 zsh/zshrc (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc new file mode 100644 index 0000000..3e7eca4 --- /dev/null +++ b/zsh/zshrc @@ -0,0 +1,24 @@ +zstyle ':completion:*' menu select +zstyle :compinstall filename '/home/alphara/.zshrc' + +HISTFILE=~/.histfile +HISTSIZE=1000000 +SAVEHIST=1000000 + +setopt extendedglob +unsetopt beep + +bindkey -v + +source $HOME/.config/zsh/aliases +source $HOME/.config/zsh/env + +autoload -Uz compinit +zmodload zsh/complist + +PROMPT='%B%F{3}%n@%m %~>%b%f ' +autoload -Uz promptinit +PROMPT_EOL_MARK="" + +promptinit +compinit -- cgit v1.2.3