mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fix a formatting bug introduced in cdb95f8
This commit is contained in:
parent
fe1d2ab77d
commit
5e5a7803b6
3 changed files with 15 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ function is-true() {
|
|||
|
||||
# Prints the first non-empty string in the arguments array.
|
||||
function coalesce() {
|
||||
for arg in "$argv[@]"; do
|
||||
for arg in $argv; do
|
||||
print "$arg"
|
||||
return 0
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue