diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-09 23:57:42 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-09 23:57:42 -0700 |
commit | 7ccfa7e640292d459ebc92f76e4df0b23a9c7b7d (patch) | |
tree | 6d4e9538125729f8c10c8ab196894b5f3a02418b | |
parent | cdcdb977280d1acaae130a3937b3e85b67623b87 (diff) |
add env BROWSER for firefox
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 429ab6cb..79c6a894 100644 --- a/.bash_profile +++ b/.bash_profile @@ -28,6 +28,7 @@ export HISTFILESIZE=7000 export MANPAGER='nvim +Man!' export EDITOR=nvim +export BROWSER=firefox export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" |