fish: setup: Set a needed environment variable for work

This commit is contained in:
Sanchayan Maity 2022-11-30 17:20:14 +05:30
parent 4a1c895e21
commit 28eccacade
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ function __fish_setup_on_tty_login --description "Set up environment on tty logi
# environment.d.
set -gx WLR_NO_HARDWARE_CURSORS 1
# Needed for work
set -gx ENV qa-tunnel
# Required for all environment variables to be set correctly, especially
# in tmux session service.
dbus-update-activation-environment --systemd --all