1
Fork 0
dots/zsh/dot-zshenv
2023-08-21 14:56:16 +05:00

9 lines
130 B
Bash

typeset -U path
path+="$HOME/bin"
export DOTS="$HOME/repos/dots"
export VISUAL="nvim"
export EDITOR="nvim"
# vim: filetype=zsh