remove commented out file

This commit is contained in:
Daylin Morgan 2024-07-19 10:06:30 -05:00
parent 8d083c479a
commit e2310f6941
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,11 +0,0 @@
#!/usr/bin/env zsh
# this probably shouldn't be necessary but I'll leave it here anyways
# since instant prompt hides the cost
# 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;