Added editors to environment
This commit is contained in:
parent
0b47e1cde4
commit
5b437ec9da
2 changed files with 6 additions and 0 deletions
4
.config/environment.d/editor.conf
Normal file
4
.config/environment.d/editor.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
EDITOR="nvim"
|
||||
SIDO_EDITOR="nvim"
|
||||
DIFFPROG="nvim -d"
|
||||
|
|
@ -1,2 +1,4 @@
|
|||
SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
|
||||
SUDO_ASKPASS=/usr/bin/ksshaskpass
|
||||
|
||||
|
|
Loading…
Reference in a new issue