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 2d34645f6192c5c439dbe2a1b973a8aaecfafd5a
parent 037fb33f51b7b2917b974b48f72acd79fa48167a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 21 Apr 2020 19:09:35 +0200

Open bigterm with tmux session

Diffstat:
M.local/bin/bigterm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/bigterm b/.local/bin/bigterm @@ -1,2 +1,2 @@ #!/bin/sh -nohup st -f "pragmatapro:size=24" >/dev/null 2>&1 "$@" +nohup st -f "pragmatapro:size=24" tmux "$@" >/dev/null 2>&1