aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile9
1 files changed, 6 insertions, 3 deletions
diff --git a/.profile b/.profile
index fd2312c..93ec840 100644
--- a/.profile
+++ b/.profile
@@ -1,8 +1,11 @@
#!/bin/sh
#
-# this file should only contain posix-compliant shell customizations.
-# shell-specific customizations should be done in the respective shell's
-# profile or init file (e.g. .zshrc, .bash_profile, etc.)
+# this file should only contain posix-compliant shell customizations and
+# environment variables. shell-specific customizations should be done in the
+# respective shell's profile or init file (e.g. .zshrc, .bash_profile, etc.)
+
+# AJATT (user account only because TTYs don't render non-ascii characters)
+export LANG="ja_JP.UTF-8"
# aliases
alias cls="clear"