mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
feat: properly allow .nvmrc
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
export ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY=latest_installed
|
||||||
|
|
||||||
asdf-up() {
|
asdf-up() {
|
||||||
plugin=$1
|
plugin=$1
|
||||||
cur_version=`asdf current ${plugin} | tr -s ' ' | cut -d ' ' -f 2`
|
cur_version=`asdf current ${plugin} | tr -s ' ' | cut -d ' ' -f 2`
|
||||||
|
|||||||
Reference in New Issue
Block a user