From 5e9961e7fdae3633a3aeeaf844fff03a9fcf8878 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Sun, 21 May 2023 21:57:22 +0200 Subject: [PATCH] fix tmux for docker container --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 53a41f5..178a8e2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,3 +1,3 @@ -source "/home/linuxbrew/.linuxbrew/lib/python3.11/site-packages/powerline/bindings/tmux/powerline.conf" +source "/home/friend/.local/lib/python3.11/site-packages/powerline/bindings/tmux/powerline.conf" set-option -g default-terminal "xterm-256color" set-option -ga terminal-overrides ',xterm-256color:Tc'