1
0

Changed EDITOR and VISUAL variables to nvim

This commit is contained in:
2025-10-11 13:25:28 +02:00
parent 482c639b30
commit de4aafdd80

View File

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