Editor
This commit is contained in:
parent
28c1955c4d
commit
0dc6a9ac01
1 changed files with 7 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue