fish: Set QT theme on vostok

This commit is contained in:
2022-01-23 13:20:03 +01:00
parent a813a3fc08
commit cc03fe45a6

View File

@ -3,6 +3,10 @@ set -x GPG_TTY (tty)
set -x BROWSER firefox
set -x EDITOR nvim
{% if hostname == "vostok" %}
set -x QT_STYLE_OVERRIDE Oxygen
{% end %}
{% if username == "u0_a213" %}
set -x USER hulthe
{% end %}