From 5c526106ee65f5386a1a4a39f759206098575178 Mon Sep 17 00:00:00 2001 From: js0ny Date: Tue, 8 Apr 2025 20:23:00 +0100 Subject: [PATCH] feat(screen): Add screen config for tty connections --- Justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Justfile b/Justfile index f27306c..5c6cdd2 100644 --- a/Justfile +++ b/Justfile @@ -180,6 +180,10 @@ fish: {{LN}} {{DOTFILES}}/tools/fish {{XDG_CONFIG_HOME}}/fish curl -L https://raw.githubusercontent.com/SpaceAceMonkey/dotenv-for-fish/refs/heads/main/dotenv.fish -o "{{DOTFILES}}/tools/fish/functions/dotenv.fish" +[unix] +screen: + {{LN}} {{DOTFILES}}/tools/screen {{XDG_CONFIG_HOME}}/screen + [unix] zsh: