Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit a49a2c0458 - Show all commits

View file

@ -17,7 +17,6 @@ elif [[ "$path_no_ghostty" == *"/nix/store"* ]]; then
fi fi
setopt prompt_subst setopt prompt_subst
setopt promptsubst
autoload -Uz vcs_info autoload -Uz vcs_info
zstyle ':vcs_info:*' enable git zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' formats " ${c34}${c0}${c31}(%b)${c0}" zstyle ':vcs_info:*' formats " ${c34}${c0}${c31}(%b)${c0}"

View file

@ -61,6 +61,8 @@
for dotfile in "$ZDOTDIR/conf.d/"*; do for dotfile in "$ZDOTDIR/conf.d/"*; do
source "$dotfile" source "$dotfile"
done done
source "$ZDOTDIR/.zshrc"
''; '';
plugins = [ plugins = [