dotfiles/.zshenv

6 lines
89 B
Plaintext
Raw Permalink Normal View History

2021-05-21 03:18:56 +02:00
export EDITOR=vim
typeset -U PATH path
path=("$HOME/.local/bin" "$path[@]")
export PATH