Replies: 1 comment
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In install.sh on line 158 you have this line:
[[ -n "$(command -v brew)" ]] && zsh_path="$(brew --prefix)/bin/zsh" || zsh_path="$(which zsh)"I just wanted to say that this is a very elegant use of the bash
&&and||operators. A lovely little one-liner.Beta Was this translation helpful? Give feedback.
All reactions