fixed zsh setup logic
This commit is contained in:
parent
7a91e41108
commit
6cef376eed
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def setup():
|
||||||
|
|
||||||
paru_install("zsh")
|
paru_install("zsh")
|
||||||
|
|
||||||
if not isdir("/home/pomp/.oh-my-zsh"):
|
if isdir("/home/pomp/.oh-my-zsh"):
|
||||||
log.log("zsh already configured. Skipping.")
|
log.log("zsh already configured. Skipping.")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue