dotfiles/home/private_dot_config/zsh/dot_zlogin
2024-06-10 10:35:21 -05:00

12 lines
312 B
Bash

#!/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;