mirror of https://tildegit.org/ben/dotfiles
add rbenv
parent
9b48fea224
commit
c2b0897f40
|
@ -7,12 +7,15 @@ if test -d ~/Maildir
|
||||||
set -x MAIL ~/Maildir
|
set -x MAIL ~/Maildir
|
||||||
end
|
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
|
if test -d $i && not contains $i $PATH
|
||||||
set -x fish_user_paths $fish_user_paths $i
|
set -x fish_user_paths $fish_user_paths $i
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# add rbenv paths
|
||||||
|
status --is-interactive && type -q rbenv && source (rbenv init -|psub)
|
||||||
|
|
||||||
#set -x SSH_AGENT_PID ""
|
#set -x SSH_AGENT_PID ""
|
||||||
if test -S $HOME/.gnupg/S.gpg-agent
|
if test -S $HOME/.gnupg/S.gpg-agent
|
||||||
set -x SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent
|
set -x SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent
|
||||||
|
|
|
@ -18,6 +18,7 @@ C = "buffer close"
|
||||||
CHAT = "dcc chat"
|
CHAT = "dcc chat"
|
||||||
CL = "buffer clear"
|
CL = "buffer clear"
|
||||||
CLOSE = "buffer close"
|
CLOSE = "buffer close"
|
||||||
|
cso = "cs op $channel"
|
||||||
emoji = "exec -o python3 -c "print(__import__(\"emoji\").emojize(\"$*\", use_aliases=True))""
|
emoji = "exec -o python3 -c "print(__import__(\"emoji\").emojize(\"$*\", use_aliases=True))""
|
||||||
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
|
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
|
||||||
IG = "ignore"
|
IG = "ignore"
|
||||||
|
|
|
@ -140,7 +140,7 @@ python.slack.shared_name_prefix = "%"
|
||||||
python.slack.short_buffer_names = "false"
|
python.slack.short_buffer_names = "false"
|
||||||
python.slack.show_buflist_presence = "true"
|
python.slack.show_buflist_presence = "true"
|
||||||
python.slack.show_reaction_nicks = "false"
|
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.slack_timeout = "20000"
|
||||||
python.slack.switch_buffer_on_join = "true"
|
python.slack.switch_buffer_on_join = "true"
|
||||||
python.slack.thread_messages_in_channel = "false"
|
python.slack.thread_messages_in_channel = "false"
|
||||||
|
|
|
@ -19,7 +19,7 @@ suggestion_delimiter_word = cyan
|
||||||
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
|
||||||
default_dict = "en"
|
default_dict = "en"
|
||||||
during_search = off
|
during_search = off
|
||||||
enabled = on
|
enabled = off
|
||||||
real_time = off
|
real_time = off
|
||||||
suggestions = 2
|
suggestions = 2
|
||||||
word_min_length = 2
|
word_min_length = 2
|
||||||
|
|
|
@ -375,12 +375,6 @@ irc.server.pisslocal = none
|
||||||
irc.server.tilde = highlight
|
irc.server.tilde = highlight
|
||||||
perl.highmon = none
|
perl.highmon = none
|
||||||
python.listbuffer = 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]
|
[filter]
|
||||||
irc_smart = on;*;irc_smart_filter;*
|
irc_smart = on;*;irc_smart_filter;*
|
||||||
|
|
Loading…
Reference in New Issue