1
0

Replace system Editor with helix

This commit is contained in:
2026-02-16 01:46:19 +01:00
parent 0d27c52f6e
commit 38555114b1

View File

@@ -18,8 +18,8 @@
# them for future reference.
$env.config.show_banner = false
$env.EDITOR = 'nvim'
$env.VISUAL = 'nvim'
$env.EDITOR = 'hx'
$env.VISUAL = 'hx'
if ((sys host).name !~ '.*Windows.*') {
$env.SSH_AUTH_SOCK = '/home/lumen/.bitwarden-ssh-agent.sock'
}