From 591c73897359ccc8a57f379a2068c7b6fa369f7b Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 5 Dec 2024 19:13:52 +0530 Subject: [PATCH] Revert "fish: setup: Set a needed environment variable for work" This reverts commit 28eccacade043a34c987086c2bb929b25de7fa56. --- fish/.config/fish/conf.d/setup.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/fish/.config/fish/conf.d/setup.fish b/fish/.config/fish/conf.d/setup.fish index f71087b..2d26c00 100644 --- a/fish/.config/fish/conf.d/setup.fish +++ b/fish/.config/fish/conf.d/setup.fish @@ -43,9 +43,6 @@ 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 - # Password Store set -gx PASSWORD_STORE_ENABLE_EXTENSIONS true set -gx PASSWORD_STORE_GENERATED_LENGTH 16