This commit is contained in:
Anthony Cicchetti 2020-09-08 16:16:19 -04:00
parent 28c1955c4d
commit 0dc6a9ac01

View file

@ -89,6 +89,13 @@ function vim() {
fi
}
function edit() {
local editor
printf -v editor "${EDITOR} \"\$@\""
echo $editor
eval "${editor}"
}
path+=($HOME/.anyenv/bin)
eval "$(anyenv init -)"
path+=($(yarn global bin))