fish: remove locale from globals; helix: add config
This commit is contained in:
parent
439a829c6c
commit
27754935b3
2 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
set -x LC_ALL en_US.UTF-8
|
|
||||||
set -x LESS 'i n M R S'
|
set -x LESS 'i n M R S'
|
||||||
set -x PAGER less
|
set -x PAGER less
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
|
|
4
cli/.config/helix/config.toml
Normal file
4
cli/.config/helix/config.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
theme = "gruvbox"
|
||||||
|
|
||||||
|
[editor]
|
||||||
|
true-color = true
|
Loading…
Reference in a new issue