#! /usr/bin/zsh # Just make sure there are no duplicate in the PATH MY_PATH=(${(s.:.)PATH}) typeset -U MY_PATH MY_PATH=( $HOME/bin $MY_PATH /{usr/,}sbin ) export PATH=${(j.:.)MY_PATH} fpath=(~/.zsh.d/functions $fpath) export fpath