mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[kitty] tweak shell and editor
This commit is contained in:
parent
7b95e10995
commit
540aa9aa9d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue