aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-16 20:33:53 +0800
committerGuangxiong Lin <[email protected]>2023-11-16 20:34:27 +0800
commit39c8b27c342442e585e0729982bdb82a95bc2e6c (patch)
treea12beb712a8db867db5de39794deb74cbe538ae9 /.zshrc
parent6bed95dcccfc57e4c8db0c0b5fa2eb0739ae2f49 (diff)
downloaddotfiles-39c8b27c342442e585e0729982bdb82a95bc2e6c.tar.gz
dotfiles-39c8b27c342442e585e0729982bdb82a95bc2e6c.tar.bz2
dotfiles-39c8b27c342442e585e0729982bdb82a95bc2e6c.zip
Refactor
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index c6182f4..3865f6c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -11,8 +11,7 @@ HISTSIZE=1000
SAVEHIST=1000
HISTFILE=~/.zsh_history
-[[ $(uname) == Darwin ]] &&
- source "$HOME/.macos"
+source "$HOME/.macos"
source $HOME/.path
source $HOME/.env