From 540aa9aa9da1c9d367d940df45687d0bb7151914 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sun, 2 Jun 2019 17:05:50 +0300 Subject: [PATCH] [kitty] tweak shell and editor --- kitty.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kitty.conf b/kitty.conf index 2cbb415..679cb9a 100644 --- a/kitty.conf +++ b/kitty.conf @@ -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