dotfiles/_profile__oda.armorique.lan

17 lines
435 B
Plaintext
Raw Normal View History

2017-11-12 16:21:58 +00:00
# $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $
#
# sh/ksh initialization
2017-12-03 18:05:43 +00:00
PATH=$HOME/bin:$HOME/go/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:/usr/local/jdk-1.8.0/bin:.
2017-11-12 16:21:58 +00:00
export PATH HOME TERM
# if running bash
if [ -n "$BASH_VERSION" ]; then
2017-11-14 19:09:35 +00:00
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
2017-11-12 16:21:58 +00:00
fi
2017-11-12 17:51:53 +00:00
export LC_CTYPE="en_US.UTF-8"