diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-07 17:20:20 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-07 17:20:20 -0300 |
| commit | aa173c6e76a959a3999e644828ca4f952d47a3d3 (patch) | |
| tree | 85d1a75d7d367107b0bc5dababcb588a9f1d0024 /bash/env.sh | |
| parent | assert-shellcheck.sh: Include all shebangs while there are still Bash scripts (diff) | |
| download | dotfiles-aa173c6e76a959a3999e644828ca4f952d47a3d3.tar.gz dotfiles-aa173c6e76a959a3999e644828ca4f952d47a3d3.tar.xz | |
env.sh: Add firefox as $BROWSER
Diffstat (limited to 'bash/env.sh')
| -rw-r--r-- | bash/env.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh index d81f67fe..bae04e64 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -2,6 +2,7 @@ export R='16686@ch-s010.rsync.net' export EDITOR=vi +export BROWSER=firefox export INPUTRC=~/.inputrc export BORG_REMOTE_PATH='borg1' export LANG=fr_FR.UTF-8 |
