Update nearly all for gentoo

This commit is contained in:
2026-04-19 13:25:10 +02:00
parent 4c847970c9
commit acdf747c02
42 changed files with 59 additions and 939 deletions

View File

@@ -1,13 +1,22 @@
autoload -Uz compinit
compinit
HISTFILE=~/.zsh_history
SAVEHIST=1000
HISTSIZE=1000
setopt correctall
autoload -U promptinit
promptinit; prompt gentoo
zstyle ':completion::complete:*' use-cache 1
export HISTFILE=~/.zsh_history
export SAVEHIST=1000
export HISTSIZE=1000
bindkey '^R' history-incremental-search-backward
bindkey '^r' history-incremental-pattern-search-backward
setopt hist_ignore_space
setopt hist_ignore_dups
setopt appendhistory
unsetopt beep
@@ -24,11 +33,10 @@ type starship_zle-keymap-select >/dev/null || \
{
eval "$(starship init zsh)"
}
eval "$(zoxide init zsh)"
eval "$(direnv hook zsh)"
source /usr/share/zsh/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/site-functions/zsh-autosuggestions.zsh
source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh
fastfetch