aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-09-17 12:09:00 +0200
committerlonkaars <loek@pipeframe.xyz>2023-09-17 12:09:00 +0200
commit6fe18a850534b05c231329eb7567bf312d138cc3 (patch)
treea0bf55105251bca536322a1e49628ec9e3a2d904 /.profile
parentb1f258dad18abd2c18d3f007c0917429f0318bc2 (diff)
fix non-working i3 startup scripts
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"