mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 11:49:33 +00:00
~
This commit is contained in:
parent
1a174d8687
commit
3f09a45719
3 changed files with 10 additions and 1 deletions
|
@ -60,6 +60,7 @@
|
|||
enable = true;
|
||||
shellInit = ''
|
||||
set -g fish_greeting
|
||||
fish_add_path /opt/apps/_bin
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
@ -138,6 +139,14 @@
|
|||
};
|
||||
tls = true;
|
||||
}
|
||||
# EFnet
|
||||
{
|
||||
addr = "irc.colosolutions.net";
|
||||
join = [
|
||||
"#cemetech"
|
||||
];
|
||||
port = 8080;
|
||||
}
|
||||
];
|
||||
scrollback = 65535;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue