From 6772c43fada9ea82e886c20fb37b8a0244e69287 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Sat, 11 Feb 2023 01:17:41 -0500 Subject: [PATCH] Update --- .config/fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 81dcfac..041b65d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,7 +1,8 @@ # Exports set --export EDITOR "vim" set --export PF_INFO "ascii title os host kernel uptime pkgs memory wm shell editor palette" -set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" +set --export MANPAGER "sh -c 'col -bx | bat -l man -p'" +set --export QT_QPA_PLATFORMTHEME "gtk2" if status is-interactive # Commands to run in interactive sessions can go here