dotfiles/.zshenv

6 lines
89 B
Bash

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