Update config, among other things improve batstat

This commit is contained in:
crater2150 2023-02-02 13:03:53 +01:00
parent 77214e5f5e
commit d86ef1c7b9
5 changed files with 61 additions and 4 deletions

4
zshrc
View file

@ -102,3 +102,7 @@ if [[ -e $HOME/.calendars ]]; then
}
__chromaz_extra_left+=_prompt_todos
fi
# >>> scala-cli completions >>>
fpath=("/home/crater2150/.local/share/scalacli/completions/zsh" $fpath)
compinit
# <<< scala-cli completions <<<