Created
April 5, 2023 07:31
-
-
Save sub314xxl/352a999fd6d9eefe7e3e4223a855fd68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsfonts() { | |
fc-list|awk '{$1=""}1'|cut -d: -f1|sort|uniq | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment