diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile index 24e32f33..3c4e89f2 100644 --- a/home/.config/zsh/.zprofile +++ b/home/.config/zsh/.zprofile @@ -37,7 +37,6 @@ typeset -gU cdpath fpath mailpath path # Set the list of directories that Zsh searches for programs. path=( /usr/local/{bin,sbin} - "${XDG_DATA_HOME}/homemade" $path )