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 13d9e0af8886d03317db67af02418e34d4d39bf2
parent d902820b7a61b407df3600e34f86f39edf1166e4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 21 Dec 2018 11:19:27 +0100

Add script for drop-down tmux session

Diffstat:
Alinks/bin/tmuxdd | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/links/bin/tmuxdd b/links/bin/tmuxdd @@ -0,0 +1,3 @@ +#!/bin/sh +SESSION=dropdown +tmux attach -t "$SESSION" || tmux new-session -s "$SESSION"