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 4d3623db4bf1984829565e5b6723930e9adebeee
parent 3a63276c1f23affeca9a703a3fb00be309e0d905
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Oct 2019 19:54:53 +0200

Update calcurse configuration, drop to shell after closing editor

Diffstat:
M.config/calcurse/conf | 2+-
M.local/bin/tmux-article.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/calcurse/conf b/.config/calcurse/conf @@ -24,4 +24,4 @@ notification.notifyall=flagged-only notification.warning=300 appearance.headingpos=right-justified format.dayheading=%B %-d, %Y -general.systemevents=yes +general.progressbar=yes diff --git a/.local/bin/tmux-article.sh b/.local/bin/tmux-article.sh @@ -4,7 +4,7 @@ cd $HOME/articles/own/8-continuum-granular-manuscript1 SESSION=article8 tmux new-session -A -s "$SESSION" \ - -n article "make edit" \; \ + -n article "make edit; $SHELL" \; \ new-window -n latexmk "make auto" \; \ new-window -n exp "cd experiments && $SHELL" \; \ select-window -t 1