remove commented out file
This commit is contained in:
parent
8d083c479a
commit
e2310f6941
1 changed files with 0 additions and 11 deletions
|
@ -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;
|
|
Loading…
Reference in a new issue