1
0
Fork 0

fixed zsh setup logic

This commit is contained in:
Kim, Jimin 2022-05-04 16:42:42 +09:00
parent 7a91e41108
commit 6cef376eed

View file

@ -13,7 +13,7 @@ def setup():
paru_install("zsh")
if not isdir("/home/pomp/.oh-my-zsh"):
if isdir("/home/pomp/.oh-my-zsh"):
log.log("zsh already configured. Skipping.")
return