index
:
openbsddotfiles.git
master
dotfiles for openbsd machones.
y@yulqen.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bash_functions.d
/
list_x_fonts.sh
blob: 6c7804b60f3db9a9ed85da12c242d6f8173bb106 (
plain
) (
blame
)
1
2
3
4
5
#/bin/sh list_x_fonts() { fc-list | cut -f2 -d: | sort -u |grep -i Mono }