# HG changeset patch # User Steve Losh # Date 1431795079 14400 # Node ID a58a44653a7111f7c5f92d12c75cbc3ac4b0cef2 # Parent d0382bc711a01683c6274bd39376e291e14e6245 more diff -r d0382bc711a0 -r a58a44653a71 fish/functions/z.fish --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fish/functions/z.fish Sat May 16 12:51:19 2015 -0400 @@ -0,0 +1,1 @@ +/Users/sjl/src/z-fish/z.fish \ No newline at end of file diff -r d0382bc711a0 -r a58a44653a71 vim/after/plugin/tslime2-load.vim --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim/after/plugin/tslime2-load.vim Sat May 16 12:51:19 2015 -0400 @@ -0,0 +1,1 @@ +source ~/.vim/bundle/tslime2/plugin/tslime.tim diff -r d0382bc711a0 -r a58a44653a71 weechat/autosort.conf --- a/weechat/autosort.conf Fri May 15 23:37:44 2015 -0400 +++ b/weechat/autosort.conf Sat May 16 12:51:19 2015 -0400 @@ -1,5 +1,5 @@ # -# autosort.conf -- weechat v0.4.3 +# autosort.conf -- weechat v1.0.1 # [sorting] diff -r d0382bc711a0 -r a58a44653a71 weechat/buffers.conf --- a/weechat/buffers.conf Fri May 15 23:37:44 2015 -0400 +++ b/weechat/buffers.conf Sat May 16 12:51:19 2015 -0400 @@ -49,7 +49,7 @@ hide_merged_buffers = none hotlist_counter = off immune_detach_buffers = "" -indenting = off +indenting = on indenting_number = on jump_prev_next_visited_buffer = off mark_inactive = off diff -r d0382bc711a0 -r a58a44653a71 weechat/exec.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/weechat/exec.conf Sat May 16 12:51:19 2015 -0400 @@ -0,0 +1,11 @@ +# +# exec.conf -- weechat v1.0.1 +# + +[command] +default_options = "" +purge_delay = 0 + +[color] +flag_finished = lightred +flag_running = lightgreen diff -r d0382bc711a0 -r a58a44653a71 weechat/trigger.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/weechat/trigger.conf Sat May 16 12:51:19 2015 -0400 @@ -0,0 +1,47 @@ +# +# trigger.conf -- weechat v1.0.1 +# + +[look] +enabled = on +monitor_strip_colors = off + +[color] +flag_command = lightgreen +flag_conditions = yellow +flag_regex = lightcyan +flag_return_code = lightmagenta +regex = white +replace = cyan +trigger = green +trigger_disabled = red + +[trigger] +beep.arguments = "" +beep.command = "/print -beep" +beep.conditions = "${tg_highlight} || ${tg_msg_pv}" +beep.enabled = on +beep.hook = print +beep.regex = "" +beep.return_code = ok +cmd_pass.arguments = "5000|input_text_display;5000|history_add;5000|irc_command_auth" +cmd_pass.command = "" +cmd_pass.conditions = "" +cmd_pass.enabled = on +cmd_pass.hook = modifier +cmd_pass.regex = "==^((/(msg|quote) +nickserv +(id|identify|register|ghost +[^ ]+|release +[^ ]+|regain +[^ ]+) +)|/oper +[^ ]+ +|/quote +pass +|/set +[^ ]*password[^ ]* +|/secure +(passphrase|decrypt|set +[^ ]+) +)(.*)==$1$.*+" +cmd_pass.return_code = ok +msg_auth.arguments = "5000|irc_message_auth" +msg_auth.command = "" +msg_auth.conditions = "" +msg_auth.enabled = on +msg_auth.hook = modifier +msg_auth.regex = "==^(.*(id|identify|register|ghost +[^ ]+|release +[^ ]+) +)(.*)==$1$.*+" +msg_auth.return_code = ok +server_pass.arguments = "5000|input_text_display;5000|history_add" +server_pass.command = "" +server_pass.conditions = "" +server_pass.enabled = on +server_pass.hook = modifier +server_pass.regex = "==^(/(server|connect) .*-(sasl_)?password=)([^ ]+)(.*)==$1$.*4$5" +server_pass.return_code = ok