Skip to content

Commit

Permalink
updates. yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
tinifni committed Sep 22, 2011
1 parent dddd0b6 commit df5b0c2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion all/irssi/config
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ servers = (
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "no";
},
{
address = "irc.esper.net";
chatnet = "Esper";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
Expand Down Expand Up @@ -127,10 +135,17 @@ chatnets = {
max_msgs = "3";
max_whois = "30";
};
Esper = {
type = "IRC";
max_kicks = "1";
max_msgs = "3";
max_whois = "30";
};
};

channels = (
{ name = "#BigT"; chatnet = "quakenet"; autojoin = "Yes"; }
{ name = "#BigT"; chatnet = "quakenet"; autojoin = "yes"; },
{ name = "#MiddleEarth"; chatnet = "esper"; autojoin = "yes"; }
);

aliases = {
Expand Down
4 changes: 2 additions & 2 deletions all/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ set -g status-bg black
set -g status-fg white
set -g status-interval 60
set -g status-left ''
set -g status-right ''
set -g status-right '#h #[fg=black,bright]•#[default] #S #[fg=black,bright]•#[default] #(uptime | cut -d " " -f 3-5 | cut -d "," -f 1)'

setw -g window-status-current-bg red
setw -g window-status-current-fg white
# s-g automatic-rename off # This does not work on MacOS
setw -g automatic-rename on
setw -g monitor-activity on

# tmux MacOSX pasteboard
Expand Down

0 comments on commit df5b0c2

Please sign in to comment.