commit 18e95d2f09ee17b3420da36031884775603f4939 parent a75208e266a27bc8ddc116a9af898ef81010fc8e Author: Anton Konyahin <me@konyahin.xyz> Date: Mon, 11 Mar 2024 19:51:57 +0300 sh: fix path Diffstat:
M | sh/.config/ksh/kshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -2,7 +2,7 @@ . ~/.profile -export PATH="~/.bin:~/.local/bin:$PATH" +export PATH=~/.bin:~/.local/bin:$PATH export LC_ALL=ru_RU.UTF-8 export LANG=ru_RU.UTF-8 export LANGUAGE=ru_RU.UTF-8