From 150492ac785bc544c9ca181b744b63320a67392c Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 29 May 2020 08:41:49 -0300 Subject: Changed fish term to xterm-256color --- .config/fish/config.fish | 2 +- .config/qutebrowser/autoconfig.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b047459a..6afb17b4 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,7 +10,7 @@ set -g theme_powerline_fonts yes set -x VIRTUAL_ENV_DISABLE_PROMPT 1 set -g theme_color_scheme dark set -g theme_display_date no -set -x TERM alacritty +set -x TERM xterm-256color set -x EDITOR vim alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias rm='rm -i' diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml index af2cf1cd..3b6931d9 100644 --- a/.config/qutebrowser/autoconfig.yml +++ b/.config/qutebrowser/autoconfig.yml @@ -19,6 +19,6 @@ settings: https://cloud.rogs.me: true https://meet.google.com: false statusbar.hide: - global: false + global: true tabs.show: - global: always + global: switching -- cgit v1.2.3