diff options
Diffstat (limited to 'mac/.config/shell/profile')
| -rw-r--r-- | mac/.config/shell/profile | 3 |
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 ':' -)" |
