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 f707ca4df8dca93e06c40e6878af290b803d3f34
parent 36e31bdbc488d6acc590d582687ebccb4de85157
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  8 Jan 2020 10:27:17 +0100

Update article tmux script

Diffstat:
M.local/bin/tmux-article.sh | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.local/bin/tmux-article.sh b/.local/bin/tmux-article.sh @@ -1,10 +1,11 @@ #!/bin/sh -cd $HOME/articles/own/8-continuum-granular-manuscript1 +cd $HOME/articles/own/8-continuum-granular-manuscript1/rev0/main-overleaf SESSION=article8 tmux new-session -A -s "$SESSION" \ -n article "$SHELL -l -c 'make edit; $SHELL -l'" \; \ + new-window -n si "cd ../si/ && make edit && $SHELL -l" \; \ new-window -n latexmk "make auto" \; \ new-window -n exp "cd experiments && $SHELL -l" \; \ select-window -t 1