aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebug/font-issues.zsh15
1 files changed, 15 insertions, 0 deletions
diff --git a/debug/font-issues.zsh b/debug/font-issues.zsh
index ea3c4d67..e73830f0 100755
--- a/debug/font-issues.zsh
+++ b/debug/font-issues.zsh
@@ -1,6 +1,21 @@
#!/usr/bin/env zsh
#vim:ft=zsh ts=2 sw=2 sts=2 et fenc=utf-8
+source functions/colors.zsh
+source functions/icons.zsh
+source functions/utilities.zsh
+# Map our $OS to neofetch $os
+os="$OS"
+
+
+trim() {
+ set -f
+ # shellcheck disable=2048,2086
+ set -- $*
+ printf '%s\n' "${*//[[:space:]]/ }"
+ set +f
+}
+
get_ppid() {
# Get parent process ID of PID.
case "$os" in