1
0
Fork 0
This commit is contained in:
Pratham Patel 2022-12-21 16:35:25 +05:30
parent 2a3bf77fa7
commit 09f21a1bbd
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -65,7 +65,7 @@ if [[ "$MACHINE_HOSTNAME" == "flameboi" ]]; then
zstyle ':completion:*' group-name ''
zstyle compinstall filename "$HOME/.zshrc"
autuload -Uz compinit
autoload -Uz compinit
compinit
# End of lines added by compinstall
elif [[ "$MACHINE_HOSTNAME" == "bluefeds" || "$MACHINE_HOSTNAME" == "sentinel" ]]; then