TERMINAL=kitty

This commit is contained in:
2021-05-25 23:25:49 -07:00
parent 6229950b10
commit 8790817641

View File

@@ -5,6 +5,7 @@
# Default editor # Default editor
set -g -x EDITOR "emacsclient" set -g -x EDITOR "emacsclient"
set -g -x ALTERNATE_EDITOR "vim" set -g -x ALTERNATE_EDITOR "vim"
set -g -x TERMINAL "kitty"
# Setup PATH # Setup PATH
ensure_path ~/.dotfiles/bin ensure_path ~/.dotfiles/bin