[kitty] tweak shell and editor

This commit is contained in:
Dmytro Meleshko 2019-06-02 17:05:50 +03:00
parent 7b95e10995
commit 540aa9aa9d
1 changed files with 3 additions and 2 deletions

View File

@ -427,7 +427,8 @@ color15 #f2f0ec
#: Advanced {{{
shell zsh --login
# shell sh -c 'exec login -f -p $USER'
# shell zsh --login
#: The shell program to execute. The default value of . means to use
#: whatever shell is set as the default shell for the current user.
@ -435,7 +436,7 @@ shell zsh --login
#: --login to ensure that the shell starts in interactive mode and
#: reads its startup rc files.
editor /usr/local/bin/nvim
# editor .
#: The console editor to use when editing the kitty config file or
#: similar tasks. A value of . means to use the environment variable