2024-05-27 10:23:52 -05:00
|
|
|
#!/usr/bin/env zsh
|
|
|
|
|
2024-06-10 10:35:21 -05:00
|
|
|
# this probably shouldn't be necessary but I'll leave it here anyways
|
2024-05-27 10:23:52 -05:00
|
|
|
# since instant prompt hides the cost
|
|
|
|
|
2024-06-10 10:35:21 -05:00
|
|
|
# autoload -Uz compinit
|
|
|
|
# if [[ -n $HOME/.cache/zsh/zcompdump-$ZSH_VERSION(#qN.mh+24) ]]; then
|
|
|
|
# compinit -d "$HOME/.cache/zsh/zcompdump-$ZSH_VERSION"
|
|
|
|
# else
|
|
|
|
# compinit -C;
|
|
|
|
# fi;
|