Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created April 5, 2023 07:31
Show Gist options
  • Save sub314xxl/352a999fd6d9eefe7e3e4223a855fd68 to your computer and use it in GitHub Desktop.
Save sub314xxl/352a999fd6d9eefe7e3e4223a855fd68 to your computer and use it in GitHub Desktop.
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