diff options
Diffstat (limited to 'profile')
| -rw-r--r-- | profile | 11 |
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 @@ | |||
| 1 | export ENV="$HOME/.okshrc" | 1 | # path and env |
| 2 | PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/pkg/bin | ||
| 3 | PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin | ||
| 4 | export PATH | ||
| 5 | export ENV=$HOME/.rc | ||
| 2 | 6 | ||
| 3 | if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then | 7 | # show date n cal |
| 4 | startx ~/.xinitrc | 8 | cal -h |
| 5 | fi | ||
