about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-08-29 15:37:04 -0400
committerBen Harris <ben@tilde.team>2021-08-29 15:37:04 -0400
commitc2b0897f40ca0b9996b3251b59d4a8ea316fe175 (patch)
tree5d1eb95e669cf2bb5818690dc73f7af733d2303e
parent9b48fea224d82954379f0b85db77ab3847a115c4 (diff)
add rbenv
-rw-r--r--fish/.config/fish/config.fish5
-rw-r--r--weechat/.weechat/alias.conf1
-rw-r--r--weechat/.weechat/plugins.conf2
-rw-r--r--weechat/.weechat/spell.conf2
-rw-r--r--weechat/.weechat/weechat.conf6
5 files changed, 7 insertions, 9 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index c8dc3df..99fadff 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -7,12 +7,15 @@ if test -d ~/Maildir
   set -x MAIL ~/Maildir
 end
 
-for i in ~/bin ~/.yarn/bin ~/.local/bin ~/.cargo/bin
+for i in ~/bin ~/.yarn/bin ~/.rbenv/bin ~/.local/bin ~/.cargo/bin
   if test -d $i && not contains $i $PATH
     set -x fish_user_paths $fish_user_paths $i
   end
 end
 
+# add rbenv paths
+status --is-interactive && type -q rbenv && source (rbenv init -|psub)
+
 #set -x SSH_AGENT_PID ""
 if test -S $HOME/.gnupg/S.gpg-agent
   set -x SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
index 9176498..5c57fd2 100644
--- a/weechat/.weechat/alias.conf
+++ b/weechat/.weechat/alias.conf
@@ -18,6 +18,7 @@ C = "buffer close"
 CHAT = "dcc chat"
 CL = "buffer clear"
 CLOSE = "buffer close"
+cso = "cs op $channel"
 emoji = "exec -o python3 -c "print(__import__(\"emoji\").emojize(\"$*\", use_aliases=True))""
 factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
 IG = "ignore"
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index 357ad4b..6200f5c 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -140,7 +140,7 @@ python.slack.shared_name_prefix = "%"
 python.slack.short_buffer_names = "false"
 python.slack.show_buflist_presence = "true"
 python.slack.show_reaction_nicks = "false"
-python.slack.slack_api_token = "${sec.data.remotesslacktoken},${sec.data.moviaslacktoken}"
+python.slack.slack_api_token = "${sec.data.remotesslacktoken}"
 python.slack.slack_timeout = "20000"
 python.slack.switch_buffer_on_join = "true"
 python.slack.thread_messages_in_channel = "false"
diff --git a/weechat/.weechat/spell.conf b/weechat/.weechat/spell.conf
index 02b41e6..3ede54e 100644
--- a/weechat/.weechat/spell.conf
+++ b/weechat/.weechat/spell.conf
@@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
 commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
 default_dict = "en"
 during_search = off
-enabled = on
+enabled = off
 real_time = off
 suggestions = 2
 word_min_length = 2
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index b67d2ff..b529b13 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -375,12 +375,6 @@ irc.server.pisslocal = none
 irc.server.tilde = highlight
 perl.highmon = none
 python.listbuffer = none
-python.slack.haulerads.#device-dev = highlight
-python.snote = highlight
-python.snote-bots = highlight
-python.snote-conn = highlight
-python.snote-junk = highlight
-python.snote-oper = highlight
 
 [filter]
 irc_smart = on;*;irc_smart_filter;*