diff --git a/home/private_dot_config/zsh/dot_zlogin b/home/private_dot_config/zsh/dot_zlogin deleted file mode 100644 index 5bd7aa0..0000000 --- a/home/private_dot_config/zsh/dot_zlogin +++ /dev/null @@ -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;