diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-01-09 14:24:59 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-01-09 14:24:59 +0000 |
| commit | 72d7cb02103c6b765e57aa6c2567f8296457ffdf (patch) | |
| tree | 1cff23b40098997440abc6fbef1f35c38a59816e /zsh/profile | |
| parent | 4da0cef92f655dfdc06fa487024c114f8541c13c (diff) | |
zsh/profile: Source other files at the end
Diffstat (limited to 'zsh/profile')
| -rw-r--r-- | zsh/profile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/profile b/zsh/profile index f15282f..1861b82 100644 --- a/zsh/profile +++ b/zsh/profile @@ -1,12 +1,12 @@ # -*- mode: shell-script -*- -source_if_exists dotfiles-${UNAME}/zsh/profile -source_if_exists dotfiles-${DOMAIN}/zsh/profile -source_if_exists dotfiles-${HOST}/zsh/profile - () { local dir for dir in ~/{.local/bin,bin} ${GOPATH:-~/go}/bin; do [[ -d ${dir} ]] && path=(${dir} ${path}) done } + +source_if_exists dotfiles-${UNAME}/zsh/profile +source_if_exists dotfiles-${DOMAIN}/zsh/profile +source_if_exists dotfiles-${HOST}/zsh/profile |
