From f40d2e9b77c1e6a904fff483a2e3b08dbce1477e Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:48:09 +0900 Subject: modified shell/profile, modified yazi/keymap-default.toml, deleted confirm-quit.yazi/main.lua, modified yazi/yazi.toml --- mac/.config/shell/profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mac/.config/shell') diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile index 5ca0550..0d2aa81 100644 --- a/mac/.config/shell/profile +++ b/mac/.config/shell/profile @@ -1,6 +1,9 @@ ################################################### ### --- ENV PATH --- ### ################################################### +export LANG=ko_KR.UTF-8 +export LC_CTYPE=ko_KR.UTF-8 + # Add all directories in each subdirectory to $PATH export PATH="$PATH:$(find ~/.local/bin -path '*/.git*' -prune -o \( -type f -o -type l \) -perm -u=x -exec dirname {} \; | sort -u | paste -sd ':' -)" export PATH="$PATH:$(find ~/.local/share/.password-store -type d -name '.extensions' | paste -sd ':' -)" -- cgit v1.2.3