diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 2df69a9..1bc7855 100755 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -18,7 +18,7 @@ set fish_greeting # Supresses fish's intro messa set TERM "xterm-256color" # Sets the terminal type set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal set VISUAL "emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode -# set QT_QPA_PLATFORMTHEME "qt5ct" +set QT_QPA_PLATFORMTHEME "qt6ct" ### SET MANPAGER