Compare commits

..

3 Commits

Author SHA1 Message Date
57cea11327
fix(formatting): Using alejandra 2024-11-22 03:37:13 +01:00
1e10101310
chore: Update flake.nix 2024-11-22 03:37:13 +01:00
5d757ba7fc
fix: Startup times
- Removed `compinit` call
- Stopped loading ohmyzsh/ohmyzsh path:lib
- Turned off p10k instant prompt
2024-11-22 03:37:05 +01:00

@ -75,8 +75,7 @@
initExtraFirst = ''
# Basic auto/tab complete:
ZSH_COMPDUMP="$ZSH_CACHE/.zcompdump-''${SHORT_HOST}-''${ZSH_VERSION}"
autoload -U compinit -d ''${ZSH_COMPDUMP}
autoload -U compinit
zstyle ':completion:*' menu select
zmodload zsh/complist
_comp_options+=(globdots) # Include hidden files.