change default editor

This commit is contained in:
Michael Zhang 2024-05-29 14:23:49 -05:00
parent 37261842cb
commit 1b98d4cfe9

View file

@ -102,6 +102,8 @@ $env.NU_PLUGIN_DIRS = [
# source ($nu.default-config-dir | path join 'custom.nu')
$env.ANDROID_HOME = '/Users/michael/Library/Android/sdk'
$env.EDITOR = 'hx'
path add '/opt/homebrew/bin'
path add '/usr/local/bin'
path add '~/go/bin'