dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c356be603e89a8694dea07fcc6b99892eef565c3
parent fafd4ccb3af29c5d5dfd6d5860c2697c47bc0e37
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 10 Jan 2019 21:47:56 +0100

Fix command to weechat

Diffstat:
Mlinks/bin/tmux-irc.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/bin/tmux-irc.sh b/links/bin/tmux-irc.sh @@ -7,7 +7,7 @@ then # Create new session, name it, name the window, detach tmux new-session -s "$SESSION" -d - tmux send-keys -t "$SESSION" "mutt; exit" C-m + tmux send-keys -t "$SESSION" "weechat; exit" C-m tmux select-pane -t "$SESSION":1.1 fi