Skip to content

Instantly share code, notes, and snippets.

View technowar's full-sized avatar

Johmel Rey Pintor technowar

View GitHub Profile
@technowar
technowar / weechat-light-terminal.conf
Last active October 20, 2019 07:26 — forked from TauPan/weechat-light-terminal.conf
All my colour settings for a light (not white) terminal in weechat. I simply filtered my fset buffer with "color"
# Comma separated list of channels
/set colorize_nicks.look.blacklist_channels ""
# Comma separated list of nicks
/set colorize_nicks.look.blacklist_nicks "so,root"
# Whether to colorize input
/set colorize_nicks.look.colorize_input off
# If off, then use lazy matching instead
@technowar
technowar / reset.js
Last active August 29, 2015 14:16 — forked from 19h/reset.js
console.reset = function () {
return process.stdout.write('\u001B[2J\u001B[0;0f');
}