Can't be arsed to type Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Thu, 15 Nov 2018 17:00:28 +0530
2 files changed,
7 insertions(+),
4 deletions(-)
M
weechat/weechat.conf
→
weechat/weechat.conf
@@ -54,7 +54,7 @@ day_change_message_1date = "-- %a, %d %b %Y --"
day_change_message_2dates = "-- %%a, %%d %%b %%Y (%a, %d %b %Y) --" eat_newline_glitch = off emphasized_attributes = "" -highlight = "NerdyPepper,nerdz,nerdy" +highlight = "icyphox,icy" highlight_regex = "" highlight_tags = "" hotlist_add_conditions = "${away} || ${buffer} != ${window.buffer}"@@ -337,7 +337,7 @@ nicklist.color_fg = default
nicklist.conditions = "nicklist" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = on +nicklist.hidden = off nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200@@ -380,7 +380,10 @@ default.buffer = "irc;server.rizon;1"
default.buffer = "irc;rizon.#rice;2" default.buffer = "irc;rizon.#code;3" default.buffer = "irc;rizon.#homescreen;4" -default.window = "1;0;0;0;irc;rizon.#homescreen" +default.buffer = "perl;iset;5" +default.buffer = "irc;rizon.cappuccino;6" +default.buffer = "irc;rizon.#avpd;7" +default.window = "1;0;0;0;irc;rizon.#rice" default.current = on [notify]
M
zsh/.zshrc
→
zsh/.zshrc
@@ -18,7 +18,7 @@ export PATH=$PATH:$HOME/.nimble/bin
# theme specefic _nicy_prompt() { - PROMPT=$("/home/icy/.nimble/bin/nicy") + PROMPT=$("$HOME/.nimble/bin/nicy") } precmd_functions+=_nicy_prompt _nicy_prompt