1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 02:57:44 +00:00

nushell: unset buffer_editor to use $env.EDITOR

This commit is contained in:
RGBCube 2025-07-12 14:53:31 +03:00
parent 78546a6fb3
commit cbd9d5c906
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -43,7 +43,6 @@ $env.config.rm.always_trash = false
$env.config.recursion_limit = 100
$env.config.edit_mode = "vi"
$env.config.buffer_editor = "editor"
$env.config.cursor_shape.emacs = "line"
$env.config.cursor_shape.vi_insert = "line"