.profile 467 B

123456789101112131415161718
  1. # $OpenBSD: dot.profile,v 1.7 2020/01/24 02:09:51 okan Exp $
  2. #
  3. # sh/ksh initialization
  4. export PATH HOME TERM
  5. export LC_CTYPE=en_US.UTF-8
  6. export GTK_IM_MODULE=xim # without this GTK apps will use their own compose key settings
  7. export LESSCHARSET=utf-8 # not strictly necessary, but for when you view Unicode files in less
  8. # load git prompt
  9. #SPS_STATUS=1
  10. #. ~/src/sh-prompt-simple/prompt.sh
  11. # Disable .core files
  12. ulimit -Sc 0
  13. export PATH=/home/lea/.local/bin:$PATH