dotfiles/.zshenv

7 lines
112 B
Bash

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