From 971b7c1871d1e21f5d1df09985c00b60c0a1b64a Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Wed, 27 Nov 2019 12:13:45 -0500 Subject: [PATCH] Update .profile --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 717f735e..2abfc232 100644 --- a/.profile +++ b/.profile @@ -7,6 +7,9 @@ export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$ export LARBSWM="$(cat ~/.local/share/larbs/wm 2>/dev/null)" && [ "$LARBSWM" = "dwm" ] || export LARBSWM="i3" +# Make tmux work +export TERM="xterm-256color" + # Default programs: export EDITOR="nvim" export TERMINAL="st"