summaryrefslogtreecommitdiff
path: root/mac/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 18:48:09 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 18:48:09 +0900
commitf40d2e9b77c1e6a904fff483a2e3b08dbce1477e (patch)
tree4dc25be274edc3bdc2e4120c7b0214f599d0fe55 /mac/.config/shell
parent561c004a88275d7e157ab9990301d8b881fc4455 (diff)
modified shell/profile, modified yazi/keymap-default.toml, deleted confirm-quit.yazi/main.lua, modified yazi/yazi.toml
Diffstat (limited to 'mac/.config/shell')
-rw-r--r--mac/.config/shell/profile3
1 files changed, 3 insertions, 0 deletions
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 ':' -)"