dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 71bafe84ae56910431325541cc7f65c0647235cd
parent b48233de4c9fd22d593e704eb74d7c8238b32c9c
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Sun, 11 Jul 2021 13:46:27 +0300

Add files via upload
Diffstat:
A.zshrc | 40++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -0,0 +1,40 @@ +# Lines configured by zsh-newuser-install +HISTFILE=~/.histfile +HISTSIZE=1000 +SAVEHIST=1000 +unsetopt beep +bindkey -v +# End of lines configured by zsh-newuser-install +# The following lines were added by compinstall +zstyle :compinstall filename '/home/michael/.zshrc' + +autoload -U colors && colors +zstyle ':completion:*' menu select +zmodload zsh/complist +#compinit +_comp_options+=(globdots) + +bindkey -M menuselect 'h' vi-backward-char +bindkey -M menuselect 'k' vi-up-line-or-history +bindkey -M menuselect 'l' vi-forward-char +bindkey -M menuselect 'j' vi-down-line-or-history +bindkey -v '^?' backward-delete-char + +PS1="%{$fg[red]%}%n%{$reset_color%} ᛋ " + +alias ls="ls --color=auto -p" +alias diff="diff --color=auto" +alias grep="grep --color=auto" +alias grep="grep --color=auto" + +alias ccrypt='~/Documents/.ccrypt/ccrypt' +alias nm="neomutt" +alias nb="newsboat" +alias ncm="ncmpcpp" +alias rtv="rtv --enable-media" +alias sxiv="sxiv -a" + +autoload -Uz compinit +compinit +# End of lines added by compinstall +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh