]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/env
Simplify configuration setup.
[config/dotfiles.git] / zsh / env
1 # Zsh configuration file for environment related options.
2
3
4 . ~/.shell/functions
5
6 source_debug ". ~/.zsh/env"
7
8 source_config ~/.shell/env
9
10
11 # Make sure elements in PATH are unique.
12 typeset -U path PATH
13
14
15 source_config ~/.zsh/env.local
16
17 source_debug ". ~/.zsh/env (done)"
18
19 # vim: ft=zsh