speedie-zsh | Add new config

This commit is contained in:
speedie 2022-12-22 22:26:22 +01:00
parent db8e2db76b
commit d57cc6a9b2
4 changed files with 1837 additions and 5 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ command -v chromium > /dev/null && export BROWSER='chromium'
command -v firefox-bin > /dev/null && export BROWSER='firefox-bin'
command -v firefox > /dev/null && export BROWSER='firefox'
export FETCH='neofetch'
export FETCH='sfetch'
export PS1="$PS1col"
export MIXER='pulsemixer'
export TOOL='fzf'

View file

@ -3,12 +3,11 @@
# Features
autoload -U colors && colors
autoload -U compinit promptinit
command -v emerge > /dev/null && autoload -U compinit promptinit
autoload -Uz compinit
command -v emerge > /dev/null && promptinit; prompt gentoo
command -v emerge > /dev/null && promptinit && prompt gentoo
zstyle ':completion::complete:*' use-cache 1
zstyle ':completion:*' menu select
zmodload
compinit
_comp_options+=(globdots)

@ -1 +1 @@
Subproject commit 6fd81c5ac854fea5d8bccecc3140f819f82e680d
Subproject commit b2c910a85ed84cb7e5108e7cb3406a2e825a858f