From 22094f2604e6aede9028f6516d94b778b9959b29 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 21 Apr 2023 21:20:06 +0200 Subject: [PATCH] removed shell from tmux.conf --- tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index fd804e1..dee787c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,5 +3,3 @@ run-shell "Powerline-daemon -q" source "/usr/share/powerline/bindings/tmux/powerline.conf" set -g default-terminal "screen-256color" - -set-option -g default-shell "/bin/zsh"