You've already forked powerlevel10k
mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-07-11 14:30:24 +02:00
Fix trimming of whitespace in debug/font-issues.zsh
This commit is contained in:
@ -12,7 +12,7 @@ trim() {
|
||||
set -f
|
||||
# shellcheck disable=2048,2086
|
||||
set -- $*
|
||||
printf '%s\n' "${*//[[:space:]]/ }"
|
||||
printf '%s\n' "${*//[[:space:]]/}"
|
||||
set +f
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user