From 2b12a22861488d629d0a9863da8d0216b2ffa481 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 13 Dec 2022 08:46:19 +0100 Subject: [PATCH] =?UTF-8?q?Name=20the=20APT=20window=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- splitWORKSTATION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splitWORKSTATION b/splitWORKSTATION index 51d816f..d999b90 100644 --- a/splitWORKSTATION +++ b/splitWORKSTATION @@ -38,7 +38,7 @@ if-shell '! tmux has-session -t jd' { split-window -d -h -tjd:2.1 -c '/home/jegardai/repos/ipr.debops' # Third window for APT upgrade - new-window 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}' + new-window -nAPT 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}' # Fourth window for authentication tools new-window -nAuth 'gpg --quiet --for-your-eyes-only --decrypt ~/.password-store/test.gpg ; logout'