diff options
| author | Mica White <botahamec@outlook.com> | 2026-02-09 12:37:59 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-02-09 12:37:59 -0500 |
| commit | 53a32b31bf16f5d5c651970d496a7601e17b96bb (patch) | |
| tree | 566b54cf8159cb16da3ee456be7083399a1543fe /.config/fish | |
| parent | 37154d6b968489345e66f4ede5b4a09909772886 (diff) | |
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/fish_variables | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index fcf0f5e..91f5f42 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,8 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export EDITOR:helix +SETUVAR LC_ALL:en_US\x2eUTF\x2d8 +SETUVAR LC_CTYPE:en_US\x2eUTF\x2d8 SETUVAR NNN_PLUG:z\x3aautojump\x3br\x3arenamer\x3b\x21\x3asuedit SETUVAR --export --path PYTHONPATH:/home/botahamec/Projects SETUVAR --export VISUAL:helix |
