Gentoo changes in zsh config
This commit is contained in:
14
zsh/.zshrc
14
zsh/.zshrc
@@ -7,9 +7,9 @@ fi
|
||||
|
||||
export PATH=/home/tobi/.cargo/bin:$PATH
|
||||
|
||||
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /home/tobi/.config/zsh_addons/powerlevel10k/powerlevel10k.zsh-theme
|
||||
source /home/tobi/.config/zsh_addons/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source /home/tobi/.config/zsh_addons/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source /usr/share/zsh/plugins/zsh-sudo/sudo.plugin.zsh
|
||||
|
||||
HISTFILE=~/.zsh_history
|
||||
@@ -20,8 +20,12 @@ unsetopt beep extendedglob nomatch
|
||||
bindkey -v
|
||||
zstyle :compinstall filename '/home/tobi/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
#autoload -Uz compinit
|
||||
#compinit
|
||||
|
||||
autoload -Uz compinit promptinit
|
||||
compinit
|
||||
promptinit; prompt gentoo
|
||||
|
||||
zstyle ':completion:*' completer _extensions _complete _approximate
|
||||
zstyle ":completion:*:default" list-colors ${(s.:.)LS_COLORS} "ma=48;5;166;1"
|
||||
@@ -55,4 +59,4 @@ alias e="nvim"
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
bindkey '^[[A' up-line-or-search
|
||||
bindkey '^[[B' down-line-or-search
|
||||
bindkey '^[[B' down-line-or-search
|
||||
|
||||
Reference in New Issue
Block a user