export EDITOR=vim

typeset -U PATH path
path=("$HOME/.local/bin" "$path[@]")
export PATH