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