You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i see all unicode characters being printed instead of icons
Expected Behavior
i wanted the script to prints the icons and sysmbols but it does not as shown in screen shot
printf '\uF013 \uF120 \uF121 \uF126' ...Works perfectly..shows symbols
echo "\uF013 \uF120 \uF121 \uF126" ...Works perfectly..shows symbols
Example Symbols or Text
No response
Font Used
Fira-code-nerd-font
Source of Font File
No response
Terminal Emulator (and the title of the terminal window)
iterm
Operating System and Version
macos sequoia 15.1 with bash, zsh and fish (tested on all)
Screenshots
The text was updated successfully, but these errors were encountered:
$ bash --versionGNU bash, version 3.2.57(1)-release (arm64-apple-darwin24)Copyright (C) 2007 Free Software Foundation, Inc.
Almost 18 years old will just not work ;) It's old enough to drive a car and drink alcohol.
If you use Homebrew try pouring a recent version of bash.
See for example [1]. With that it is no problem:
I have no Nerd Font selected in iTerm
$ /opt/homebrew/bin/bash --versionGNU bash, version 5.2.37(1)-release (aarch64-apple-darwin24.0.0)Copyright (C) 2022 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software; you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.
There are several scripts here that require at least bash version 4. Of course we could rewrite the scripts for zsh (which I use, and which is the default on many systems nowadays), but that would take a considerable amount of time, so please understand that users are just required to use something more recent.
Requirements
Experienced Behavior
i see all unicode characters being printed instead of icons
Expected Behavior
i wanted the script to prints the icons and sysmbols but it does not as shown in screen shot
printf '\uF013 \uF120 \uF121 \uF126' ...Works perfectly..shows symbols
echo "\uF013 \uF120 \uF121 \uF126" ...Works perfectly..shows symbols
Example Symbols or Text
No response
Font Used
Fira-code-nerd-font
Source of Font File
No response
Terminal Emulator (and the title of the terminal window)
iterm
Operating System and Version
macos sequoia 15.1 with bash, zsh and fish (tested on all)
Screenshots
The text was updated successfully, but these errors were encountered: