From 543dee6e69b80372673a0217ac762030b6a14762 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 25 Jan 2023 22:29:46 -0700 Subject: [PATCH] helix editor setup --- home/dot_gitconfig | 2 +- home/dot_zshenv | 4 ++-- home/private_dot_config/helix/config.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/home/dot_gitconfig b/home/dot_gitconfig index 646994d..c9c8f70 100644 --- a/home/dot_gitconfig +++ b/home/dot_gitconfig @@ -2,7 +2,7 @@ name = Matthew Dillon email = matthewrdillon@gmail.com [core] - editor = nvim + editor = hx [color] diff = auto status = auto diff --git a/home/dot_zshenv b/home/dot_zshenv index 35c91cd..1ea0524 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -4,8 +4,8 @@ if [[ "$OSTYPE" == darwin* ]]; then fi # Editors -export EDITOR='nvim' -export VISUAL='nvim' +export EDITOR='hx' +export VISUAL='hx' export PAGER='less' # Language diff --git a/home/private_dot_config/helix/config.toml b/home/private_dot_config/helix/config.toml index 9479f7a..6ea1f7f 100644 --- a/home/private_dot_config/helix/config.toml +++ b/home/private_dot_config/helix/config.toml @@ -1,4 +1,4 @@ -theme = "base16_terminal" +theme = "base16_default" [editor] true-color = true