ooooohhh
This commit is contained in:
parent
74fece8192
commit
fd4e7605b6
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue