summary refs log tree commit diff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile11
1 files changed, 7 insertions, 4 deletions
diff --git a/profile b/profile index a7e2d8a..943feca 100644 --- a/profile +++ b/profile
@@ -1,5 +1,8 @@
1export ENV="$HOME/.okshrc" 1# path and env
2PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin
3PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
4export PATH
5export ENV=$HOME/.rc
2 6
3if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then 7# show date n cal
4 startx ~/.xinitrc 8cal -h
5fi