diff --git a/runcoms/zprofile b/runcoms/zprofile index 2a3d07e6..80194cea 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -5,3 +5,19 @@ # Sorin Ionescu # +# +# Paths +# + +typeset -gU cdpath fpath mailpath path + +# Set the the list of directories that cd searches. +# cdpath=( +# $cdpath +# ) + +# Set the list of directories that Zsh searches for programs. +path=( + /usr/local/{bin,sbin} + $path +) diff --git a/runcoms/zshenv b/runcoms/zshenv index 9ff39e06..40fe783d 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -29,23 +29,6 @@ if [[ -z "$LANG" ]]; then export LANG='en_US.UTF-8' fi -# -# Paths -# - -typeset -gU cdpath fpath mailpath path - -# Set the the list of directories that cd searches. -# cdpath=( -# $cdpath -# ) - -# Set the list of directories that Zsh searches for programs. -path=( - /usr/local/{bin,sbin} - $path -) - # # Less #