dotfiles

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

tmux-journal.sh (160B)


      1 #!/bin/sh
      2 
      3 cd $HOME/doc/journal
      4 SESSION=journal
      5 
      6 tmux new-session -A -s "$SESSION" -n editor "$EDITOR + journal.tex && git commit -a -S -m 'auto commit'"
      7 
      8 cd -