commit 9c52dc5eb289192c70ca0c7d91fb10639cf3b979 (patch) parent ca19a7b3647d76fc1b55f1eacca0cf36000de131 Author: Alex Karle <alex@alexkarle.com> Date: Thu, 18 Nov 2021 22:01:17 -0500 irc: Rename tic -> tmic tic(1) is a terminfo program. Didn't notice it until I tried to installed st and tmux opened hah Diffstat:
D | bin/tic | | | 7 | ------- |
A | bin/tmic | | | 7 | +++++++ |
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/bin/tic b/bin/tic @@ -1,7 +0,0 @@ -#!/bin/sh -# tic -- ic(1) in tmux(1) -# argv is passed to ic! -tmux new-session \ - 'log="$HOME/.irc/$(date +%F).log"; touch $log && tail -f $log | siccolor' \; \ - split-pane "env NOCOLOR=1 ic $* >/dev/null" \; \ - resize-pane -y 1 diff --git a/bin/tmic b/bin/tmic @@ -0,0 +1,7 @@ +#!/bin/sh +# tmic -- ic(1) in tmux(1) +# argv is passed to ic! +tmux new-session \ + 'log="$HOME/.irc/$(date +%F).log"; touch $log && tail -f $log | siccolor' \; \ + split-pane "env NOCOLOR=1 ic $* >/dev/null" \; \ + resize-pane -y 1