diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-07-23 12:06:22 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-07-23 12:06:22 +0530 |
commit | 5ad6c7854369ec5068deade7cd643bfd95fb553a (patch) | |
tree | f7c7203c119ad33df2138168a3394f66e38705c3 | |
parent | 10105328478b3da0031aea6f1528f0432e7aed7e (diff) |
wgetpaste: adding wgetpaste config
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .wgetpaste.d/main.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.wgetpaste.d/main.conf b/.wgetpaste.d/main.conf new file mode 100644 index 0000000..8f2aa70 --- /dev/null +++ b/.wgetpaste.d/main.conf @@ -0,0 +1,8 @@ +# Always pass pastes through app-text/ansifilter +NOANSI=1 + +# Give raw links which can immediately be used for patches, etc +RAW=1 + +# Optionally default to gists +DEFAULT_SERVICE=ix_io |