Commit dceeba14414ced00702876a1b4177e64e47c6460

Thomas de Grivel 2021-02-14T10:11:16

profile

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..1e20784
--- /dev/null
+++ b/.profile
@@ -0,0 +1,12 @@
+# $OpenBSD: dot.profile,v 1.5 2018/02/02 02:29:54 yasuoka Exp $
+#
+# sh/ksh initialization
+
+PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games"
+export PATH HOME
+
+export AUTOCONF_VERSION=2.69
+export AUTOMAKE_VERSION=1.16
+export CVSROOT="anoncvs@anoncvs.fr.openbsd.org:/cvs"
+
+alias emacs='TERM=xterm-256color emacs -nw'