Made set_default_arrow() public.
[grace.git] / gracerc
bloba23d5b386c7d3409988cb4e7fdcf0a1d64c8abac
1 #     +------------------------------------+
2 #     | An example of Grace resource file  |
3 #     | You may need to edit paths         |
4 #     +------------------------------------+
6 # Convert old binary projects on-the-fly
7 DEFINE IFILTER "bin/grconvert %s -" MAGIC "00000031" 
9 # This one is for automatic import of Origin-4 fit description files
10 DEFINE IFILTER "auxiliary/fdf2fit %s -" PATTERN "*.fdf"
12 # Save disk space by keeping files gzip'ed
13 DEFINE IFILTER "gzip -dc %s" PATTERN "*.gz"
14 DEFINE OFILTER "gzip - > %s" PATTERN "*.gz" 
16 # Allow user to add his/her own startup settings
17 GETP "gracerc.user"