dotfiles/.profile

19 lines
416 B
Plaintext
Raw Normal View History

2023-05-02 00:13:35 +02:00
# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
2022-10-02 00:16:21 +02:00
#
# sh/ksh initialization
2022-12-20 12:02:52 +01:00
LANG="en_US.UTF-8"
2023-05-02 00:13:35 +02:00
PATH=$HOME/.local/bin:$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
2022-10-02 00:16:21 +02:00
HISTFILE="$HOME/.history"
2022-12-20 12:02:52 +01:00
HISTSIZE=2048
2023-05-02 00:13:35 +02:00
export PS1 LANG PATH HISTFILE HISTSIZE HOME TERM
2022-10-02 00:16:21 +02:00
2023-05-02 00:13:35 +02:00
export GOT_AUTHOR="Agnosto Dvonik <dvonik@rslp.org>"
2022-10-02 00:16:21 +02:00
2023-05-02 00:13:35 +02:00
set -o vi
2022-10-02 00:16:21 +02:00
2023-05-02 00:13:35 +02:00
#/usr/games/fortune
2023-02-08 01:42:20 +01:00
myfortune
2023-05-02 00:13:35 +02:00
2022-12-20 12:02:52 +01:00
calendar -A0 -B0