1
Fork 0
This commit is contained in:
caem 2025-01-24 13:08:52 +01:00
parent 74fece8192
commit fd4e7605b6
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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