From bed346585a84c6da388e169d14ae40c4258ea7ab Mon Sep 17 00:00:00 2001 From: kerem Date: Mon, 19 Sep 2022 11:50:23 +0200 Subject: [PATCH] added tmux to common --- linuxSetup/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linuxSetup/common.sh b/linuxSetup/common.sh index 57393ee..1e505ff 100755 --- a/linuxSetup/common.sh +++ b/linuxSetup/common.sh @@ -2,6 +2,7 @@ common_programs_list=(\ htop \ +tmux \ git \ fish \ mc \