aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-10-23 13:58:53 +0800
committerGuangxiong Lin <[email protected]>2021-10-23 13:58:53 +0800
commit84f00c27f9bf3f636424a4121cdcdf4674ebc562 (patch)
tree8f4b2a3ec6e4490971c5c30d809d66f7b2f867d8 /.zshrc
parent065b68f370fb570719d171ee882b84337636baf0 (diff)
downloaddotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.tar.gz
dotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.tar.bz2
dotfiles-84f00c27f9bf3f636424a4121cdcdf4674ebc562.zip
Add environment config
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 0471506..0c1738a 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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