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 b214c023657b703601698383f9118dad313bfdb7
parent 2f748df001a7ca645455f53e75b182b9ac095c09
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 19 Jul 2018 09:31:04 -0400

Fix call of board command

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

diff --git a/links/bin/tmux-utility.sh b/links/bin/tmux-utility.sh @@ -28,7 +28,7 @@ then tmux new-window -t $SESSION -n "board" tmux select-pane -t $SESSION:2.1 - tmux send-keys -t $SESSION "$HOME/board $HOME" C-m + tmux send-keys -t $SESSION "board $HOME" C-m tmux new-window -t $SESSION tmux select-pane -t $SESSION:3.1