1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

fix(upgrade): do not upgrade if not called from tty

Fixes #11390
This commit is contained in:
Carlo Sala
2022-12-19 23:33:55 +01:00
parent 5b9de6a530
commit fe0dd8226d
2 changed files with 6 additions and 0 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"printWidth": 110,
"proseWrap": "always"
}