Changed EDITOR and VISUAL variables to nvim
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user