diff options
author | Guangxiong Lin <[email protected]> | 2021-10-23 13:58:53 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-10-23 13:58:53 +0800 |
commit | 84f00c27f9bf3f636424a4121cdcdf4674ebc562 (patch) | |
tree | 8f4b2a3ec6e4490971c5c30d809d66f7b2f867d8 | |
parent | 065b68f370fb570719d171ee882b84337636baf0 (diff) | |
download | dotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.tar.gz dotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.tar.bz2 dotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.zip |
Add environment config
-rw-r--r-- | .env | 1 | ||||
-rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -0,0 +1 @@ +export BROWSER=firefox @@ -19,6 +19,7 @@ SAVEHIST=1000 HISTFILE=~/.zsh_history source $HOME/.path +source $HOME/.env [[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh |