Skip to content

Instantly share code, notes, and snippets.

@ykomatsu
Last active August 29, 2015 14:23
Show Gist options
  • Save ykomatsu/179f16fe54bb3c62a49f to your computer and use it in GitHub Desktop.
Save ykomatsu/179f16fe54bb3c62a49f to your computer and use it in GitHub Desktop.
${HOME}/.zsh.d/.zprofile
typeset -U path
path=(
${HOME}/bin
/opt/rust/bin
/usr/local/bin
/usr/bin
/bin
)
typeset -U fpath
fpath=(
${ZDOTDIR}/functions
${fpath}
)
typeset -U sudopath
typeset -T SUDOPATH sudopath
typeset -x SUDOPATH sudopath
sudopath=(
/usr/local/sbin
/usr/sbin
/sbin
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment