diff --git a/fish/.config/fish/functions/cat.fish b/fish/.config/fish/functions/cat.fish index 4420647..48d6388 100644 --- a/fish/.config/fish/functions/cat.fish +++ b/fish/.config/fish/functions/cat.fish @@ -1,6 +1,6 @@ function cat if type -q bat >/dev/null - bat $argv + bat -p $argv else command cat $argv end diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf index 1d2262e..12274cf 100644 --- a/weechat/.weechat/alias.conf +++ b/weechat/.weechat/alias.conf @@ -18,7 +18,7 @@ CHAT = "dcc chat" CL = "buffer clear" CLOSE = "buffer close" CS = "quote chanserv" -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 " " ","" flip = "/exec -o flip table $*" HS = "quote hostserv" diff --git a/weechat/.weechat/irc.conf b/weechat/.weechat/irc.conf index b8e7571..ed00b2d 100644 --- a/weechat/.weechat/irc.conf +++ b/weechat/.weechat/irc.conf @@ -181,7 +181,7 @@ tilde.local_hostname tilde.usermode tilde.command = "/oper root ${sec.data.tildenetoper}; /msg operserv login ${sec.data.pass}" tilde.command_delay -tilde.autojoin = "#chaos,#meta,#opers,#secret-sudoers,#team,#sudoers,#YourTilde,#music,#politics,#gopher,#tildeverse,#idlerpg,#tilderadio,#minecraft,#tildelinux,#cosmic,#institute,#.tilde,#tildetel,#center,#thunix,#theasylum,#minetest,#aussie,#uucp,#projects,#hamradio,#vim,#black,#pink,#vh7,#~,#netnews,#admin,#bots,#ctrl-c,#bitbot,#radiofreqs,#brains :57:60,:10:20" +tilde.autojoin = "#chaos,#meta,#opers,#secret-sudoers,#team,#sudoers,#YourTilde,#music,#politics,#gopher,#tildeverse,#idlerpg,#tilderadio,#minecraft,#tildelinux,#cosmic,#institute,#.tilde,#tildetel,#center,#thunix,#theasylum,#minetest,#aussie,#uucp,#projects,#hamradio,#vim,#black,#pink,#vh7,#~,#netnews,#admin,#bots,#ctrl-c,#bitbot,#radiofreqs,#brains,#envs,#town :57:60,:10:20" tilde.autorejoin tilde.autorejoin_delay tilde.connection_timeout @@ -468,7 +468,7 @@ freenode.local_hostname freenode.usermode freenode.command freenode.command_delay -freenode.autojoin = "#weechat,##oodnet,#lobsters,#lobsters-boil,#gitea,#mastodon,#pleroma,#pleroma-offtopic,#oragono,#weechat-android,#git,#tilde.team,#sr.ht,#cmpwn,#gopherproject,#bitreich-en,#bitbot,#bitreich-de,#ircv3,#gophernicus,##jan6,##ircv3-offtopic,#disroot,#thelounge,#ovh,#elixir-lang,#ascii.town,#sonarr,#systemd,#python 6:10" +freenode.autojoin = "#weechat,##oodnet,#lobsters,#lobsters-boil,#gitea,#mastodon,#pleroma,#pleroma-offtopic,#oragono,#weechat-android,#git,#tilde.team,#sr.ht,#cmpwn,#gopherproject,#bitreich-en,#bitbot,#bitreich-de,#ircv3,#gophernicus,##jan6,##ircv3-offtopic,#disroot,#thelounge,#ovh,#elixir-lang,#ascii.town,#sonarr,#systemd,#python,#lxcontainers 6:10" freenode.autorejoin freenode.autorejoin_delay freenode.connection_timeout