zen: make sure the right zen is opened
This commit is contained in:
parent
5191759de3
commit
d8d267d918
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ in
|
|||
zenbrowser
|
||||
];
|
||||
|
||||
environment.sessionVariables.DEFAULT_BROWSER = "${zenbrowser}/bin/zen-beta";
|
||||
environment.sessionVariables = {
|
||||
DEFAULT_BROWSER = "${zenbrowser}/bin/zen-beta";
|
||||
BROWSER = "zen-beta";
|
||||
};
|
||||
|
||||
environment.etc = {
|
||||
"1password/custom_allowed_browsers" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue