Better logic

This commit is contained in:
clsty
2024-03-16 15:17:51 +08:00
parent 4d51713493
commit f458758bfd
+2 -1
View File
@@ -198,7 +198,8 @@ v rsync -av ".local/bin/" "$HOME/.local/bin/"
sleep 1
try hyprctl reload
grep -q 'source ~/.config/zshrc.d/dots-hyprland.zsh' .zshrc || existed_zsh_conf=n
existed_zsh_conf=n
grep -q 'source ~/.config/zshrc.d/dots-hyprland.zsh' ~/.zshrc && existed_zsh_conf=y
#####################################################################################
printf "\e[36m[$0]: Finished. See the \"Import Manually\" folder and grab anything you need.\e[97m\n"