]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/host/env.zucker
Minor documentation fixes.
[config/dotfiles.git] / zsh / host / env.zucker
1 # Zsh configuration file for environment related options for
2 # zucker.schokokeks.org.
3
4
5 # Add my bin/ directory to the default PATH.
6 typeset -U path
7 path=($HOME/bin $path)