Skip to content
Snippets Groups Projects
Commit c3e650ab authored by nimrod's avatar nimrod
Browse files

Set the BROWSER environment variable.

parent 2db7718d
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,13 @@ export ANSIBLE_SSH_CONTROL_PATH="/tmp/ssh-%%h"
export ANSIBLE_SYSTEM_WARNINGS=True
export ANSIBLE_VERBOSITY=2
export AWS_DEFAULT_PROFILE='shore'
if flatpak info org.mozilla.firefox >/dev/null 2>&1
then
export BROWSER='flatpak run org.mozilla.firefox'
elif command -v w3m >/dev/null
then
export BROWSER=w3m
fi
export CLOUDSDK_ACTIVE_CONFIG_NAME='shore'
export DOCKER_BUILDKIT=1
export EDITOR=vim
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment