Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit fd4e7605b6 - Show all commits

View file

@ -13,6 +13,7 @@
btop btop
zsh-completions zsh-completions
nix-zsh-completions nix-zsh-completions
git
]; ];
programs.bat = { programs.bat = {
@ -53,7 +54,7 @@
tree = "tre"; tree = "tre";
}; };
initExtraFirst = '' initExtraBeforeCompInit = ''
setopt prompt_subst setopt prompt_subst
autoload -Uz vcs_info autoload -Uz vcs_info
precmd () { vcs_info } precmd () { vcs_info }