How to specify per-user defaults

Asked by Rolf Leggewie

How do I set the default pastebin or the default username? I don't want my login name to be visible on the Internet. I did see neither a dot file in my home directory nor a /etc/default/pastebin

Question information

Language:
English Edit question
Status:
Solved
For:
pastebinit Edit question
Assignee:
No assignee Edit question
Solved by:
Rolf Leggewie
Solved:
Last query:
Last reply:
Revision history for this message
Rolf Leggewie (r0lf) said :
#1

I got the answer in a private chat with Stéphane (thanks a lot!). This can be done with a yet-seldomly-tested configure file.

$ cat ~/.pastebinit.xml
<pastebinit>
<pastebin>http://rafb.net/paste</pastebin>
<author>Put your name here</author>
<jabberid></jabberid>
<format>text</format>
</pastebinit>