summary refs log tree commit diff
path: root/profile
diff options
context:
space:
mode:
authorDruid520 <r.ustydruid520@proton.me>2026-08-13 19:54:54 +0000
committerDruid520 <r.ustydruid520@proton.me>2026-08-13 19:54:54 +0000
commit15aae4388679c800359043212a1a9426f2db7558 (patch)
tree916ced6e7db111e8a1e73dbdea13a355f7787d29 /profile
parentac434dc1a5d99d6224260a2b92ea04a8f5788a70 (diff)
MOD: update cfgs.
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