From 27754935b301b46cc27df840c4893c25b46bceb7 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 6 Nov 2024 01:22:51 +0200 Subject: [PATCH] fish: remove locale from globals; helix: add config --- cli/.config/fish/conf.d/globals.fish | 1 - cli/.config/helix/config.toml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cli/.config/helix/config.toml diff --git a/cli/.config/fish/conf.d/globals.fish b/cli/.config/fish/conf.d/globals.fish index c0f1a51..b7a7c54 100644 --- a/cli/.config/fish/conf.d/globals.fish +++ b/cli/.config/fish/conf.d/globals.fish @@ -1,4 +1,3 @@ -set -x LC_ALL en_US.UTF-8 set -x LESS 'i n M R S' set -x PAGER less set -x EDITOR nvim diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml new file mode 100644 index 0000000..50c73b6 --- /dev/null +++ b/cli/.config/helix/config.toml @@ -0,0 +1,4 @@ +theme = "gruvbox" + +[editor] +true-color = true