~ruther/guix-config

ref: fd960e1ae3ad18a1a61c8e5eb2eb890afe0c9307 guix-config/home/dotfiles/.zshrc -rw-r--r-- 769 bytes
fd960e1a — Rutherther feat: elogind - do not suspend on lid closed whilst ac 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%  %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "

# Basic auto/tab complete
autoload -U compinit && compinit
zstyle ':completion:*' menu select
zmodload zsh/complist
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey -M menuselect 'l' vi-forward-char
setopt extendedglob
_comp_options+=(globdots)

HISTSIZE=10000
SAVEHIST=10000
setopt appendhistory
setopt INC_APPEND_HISTORY
setopt HIST_IGNORE_DUPS
unsetopt HIST_IGNORE_ALL_DUPS

setopt HIST_FCNTL_LOCK

source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
Do not follow this link