fish: setup: Set a needed environment variable for work
This commit is contained in:
parent
4a1c895e21
commit
28eccacade
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue