dotfiles

andersuno
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 435e86359f093d6fd98fa9e66f1d458189683efb
parent 92de2b488565fb9f2400a6748100b3367c0d57f2
Author: andersuno <anders@desk.andersuno.nu>
Date:   Sun, 31 Jul 2022 15:19:01 +0200

Changed TERM to xterm-256color

Diffstat:
M.profile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.profile b/.profile @@ -5,7 +5,7 @@ #export EDITOR="vim" #export SUDO_EDITOR="vim" #export VISUAL="vim" -#export TERM="xterm-256color" +export TERM="xterm-256color" #export TERMINAL="alacritty" #export BROWSER="Chromium" #export READER="zathura"