diff options
author | Thanos Apollo <[email protected]> | 2023-06-13 21:44:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-13 21:44:48 +0300 |
commit | c5b79b53087e9bf6b3cceaae4675ba50e3d3d5ae (patch) | |
tree | 85c5185cc85941d56815d622800d85ffa88d297f | |
parent | cc0380daa0f8072ba90e661adddf97858a9c07d9 (diff) |
shells: set BROWSER as firefox
-rwxr-xr-x | shells.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ export PATH=/home/$USER/.local/bin:$PATH export EDITOR="emacsclient" export GIT_EDITOR="emacsclient" + export BROWSER="firefox" if [[ $- != *i* ]] then |