diff --git a/.config/starship.toml b/.config/starship.toml index 21774fe..85b8e75 100644 --- a/.config/starship.toml +++ b/.config/starship.toml @@ -29,6 +29,7 @@ behind = "⇣${count}" deleted = "x" [container] +style = "bold #f5c2e7" format = "[$symbol \\[$name\\]]($style)" # Last param in the first line/row @@ -41,8 +42,8 @@ disabled = false # Prompt: param 2 [character] format = "$symbol " -success_symbol = " [%](#94e2d5)" -error_symbol = " [%](#d20f39)" +success_symbol = " [%%](#94e2d5)" +error_symbol = " [%%](#d20f39)" vicmd_symbol = " [<](#94e2d5)" # SYMBOLS diff --git a/.zshenv b/.zshenv index 0d0d24f..46aeba4 100644 --- a/.zshenv +++ b/.zshenv @@ -2,9 +2,6 @@ # # ~/.zshenv -## lscolors -export LS_COLORS=$(cat ~/.lscolors.sh) - ## go paths export GOPATH="${HOME}/go" diff --git a/.zshrc b/.zshrc index e369111..f44ebe6 100644 --- a/.zshrc +++ b/.zshrc @@ -13,7 +13,7 @@ source ~/.zplug/init.zsh zplug "~/.zshrc.d", from:local, use:'(*).zsh' zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-history-substring-search" -zplug "zsh-users/zsh-syntax-highlighting" +zplug "zsh-users/zsh-syntax-highlighting", defer:2 zplug "amaya382/zsh-fzf-widgets" zplug "chitoku-k/fzf-zsh-completions" zplug "plugins/dnf", from:oh-my-zsh @@ -49,5 +49,8 @@ setopt listpacked setopt listtypes setopt longlistjobs +## lscolors +export LS_COLORS=$(cat ~/.lscolors.sh) + ## Prompt eval "$(starship init zsh)" diff --git a/.zshrc.d/aliases.zsh b/.zshrc.d/aliases.zsh index b4ae948..3c1f083 100644 --- a/.zshrc.d/aliases.zsh +++ b/.zshrc.d/aliases.zsh @@ -1,6 +1,6 @@ # vim:set ft=zsh ai et sw=4 ts=4: # -# ~/.zsh/aliases.zsh +# ~/.zshrc.d/aliases.zsh ## the ls family if test -x "$(command -v exa)"; then diff --git a/.zshrc.d/functions.zsh b/.zshrc.d/functions.zsh index 38afb91..89d1846 100644 --- a/.zshrc.d/functions.zsh +++ b/.zshrc.d/functions.zsh @@ -1,6 +1,6 @@ # vim:set ft=zsh ai et sw=4 ts=4: # -# ~/.zsh/functions.zsh +# ~/.zshrc.d/functions.zsh ## Do an ls after cd cd() { builtin cd "$@" && ls; } diff --git a/.zshrc.d/fzf.zsh b/.zshrc.d/fzf.zsh index 5b40840..9369825 100644 --- a/.zshrc.d/fzf.zsh +++ b/.zshrc.d/fzf.zsh @@ -1,6 +1,6 @@ # vim:set ft=zsh ai et sw=4 ts=4: # -# ~/.zsh/fzf.zsh +# ~/.zshrc.d/fzf.zsh ## default opts uses Catppuccin (mocha) color palette export FZF_DEFAULT_OPTS='--color=bg+:#302D41,bg:#1E1E2E,spinner:#F8BD96,hl:#F28FAD --color=fg:#D9E0EE,header:#F28FAD,info:#DDB6F2,pointer:#F8BD96 --color=marker:#F8BD96,fg+:#F2CDCD,prompt:#DDB6F2,hl+:#F28FAD' diff --git a/.zshrc.d/input.zsh b/.zshrc.d/input.zsh index c7424d4..9c49718 100644 --- a/.zshrc.d/input.zsh +++ b/.zshrc.d/input.zsh @@ -1,6 +1,6 @@ # vim:set ft=zsh ai et sw=4 ts=4: # -# ~/.zsh/input.zsh +# ~/.zshrc.d/input.zsh $include /etc/inputrc bindkey -v