mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #12321 from aherrmann/pr_gnuplot_startup
gnuplot: Improve startup performance
This commit is contained in:
commit
ba915f533c
@ -1,4 +1,4 @@
|
||||
p=( $(for n in $(fc-list | sed -r -e 's|^([^:]+):.*$|\1|'); do echo $(dirname "$n"); done | sort | uniq) )
|
||||
p=( $(fc-list : file | sed "s@/[^/]*: @@" | sort -u) )
|
||||
IFS=:
|
||||
export GDFONTPATH="${GDFONTPATH}${GDFONTPATH:+:}${p[*]}"
|
||||
unset IFS p
|
||||
|
Loading…
Reference in New Issue
Block a user