diff options
author | noa@gaiwan.org | 2024-04-28 20:28:56 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-04-28 20:28:56 +0000 |
commit | 1bc966a3e05141fb560c3ad5db38cee8e376fd6d (patch) | |
tree | de229eb7b2cd9acc8da170f4cefafab9e59fb835 | |
parent | 5b6ebfeda93a8abc6106c77417710a53ee6efd80 (diff) |
Add environment variable for firefox wayland
-rw-r--r-- | fish/fish_variables | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/fish_variables b/fish/fish_variables new file mode 100644 index 0000000..b2f82ae --- /dev/null +++ b/fish/fish_variables @@ -0,0 +1,6 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR --export MOZ_ENABLE_WAYLAND:1 +SETUVAR --export NO_COLOR:\x1d +SETUVAR __fish_initialized:3400 +SETUVAR fish_key_bindings:fish_default_key_bindings |