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 df62cf0d87657aa97c374fdd13ee65ebef1bc640
parent 22a4e2dd482b5d0fb725c41a1a816dc4f1693e77
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Oct 2019 15:01:52 +0200

Add journal tmux session script

Diffstat:
A.local/bin/tmux-journal.sh | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.local/bin/tmux-journal.sh b/.local/bin/tmux-journal.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cd $HOME/doc/journal +SESSION=journal + +tmux new-session -A -s "$SESSION" -n editor "$EDITOR journal.tex" + +cd -