Browse Source

added better support for irc with ii

master
TiynGER 1 day ago
parent
commit
1acb7affc9
3 changed files with 18 additions and 4 deletions
  1. +3
    -4
      .config/aliasrc
  2. +3
    -0
      .config/nvim/init.vim
  3. +12
    -0
      .multitailrc

+ 3
- 4
.config/aliasrc

@ -54,6 +54,9 @@ alias tree="lsd --tree"
# mkdir # mkdir
alias mkdir="mkdir -p" alias mkdir="mkdir -p"
# multitail
alias mon="multitail -CS irc -f"
# mutt # mutt
alias mutt="neomutt" alias mutt="neomutt"
alias upmutt="mbsync -a && neomutt" alias upmutt="mbsync -a && neomutt"
@ -83,10 +86,6 @@ alias sc="sc-im"
# script # script
alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed" alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed"
# tail
alias mon="tail -f -n 500"
# tmux # tmux
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf" alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"

+ 3
- 0
.config/nvim/init.vim

@ -319,3 +319,6 @@ highlight colorcolumn guibg=#772222
" python " python
let g:python_host_prog = "/usr/bin/python2" let g:python_host_prog = "/usr/bin/python2"
let g:python3_host_prog = "/usr/bin/python3" let g:python3_host_prog = "/usr/bin/python3"
" irc compatibility to interactive
nnoremap <leader>is :.w >> in<cr>dd

+ 12
- 0
.multitailrc

@ -0,0 +1,12 @@
colorscheme:irc
cs_re:green:.*tiyn.*
cs_re:yellow:.*http:\/\/.*
cs_re:cyan:.*has joined #.*
cs_re:cyan:.*has left #.*
cs_re:blue:.*changed mode.*
cs_re:yellow:Did.not
titlebar:%m %u@%h %f (%t) [%l]
tail:/usr/bin/tail
check_mail:0

Loading…
Cancel
Save