colorful rat Ratfactor.com > Dave's Repos

pf-bedtime

A pf configuration that enforces bedtime
git clone http://ratfactor.com/repos/pf-bedtime/pf-bedtime.git

pf-bedtime/dot_profile

Download raw file: dot_profile

1 # $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $ 2 # 3 # sh/ksh initialization 4 5 PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin 6 export PATH HOME TERM 7 8 # Sweet prompt! 9 # * Test this with: ksh -l 10 # * Details: man ksh and search for 'PS1' 11 C='\[\e[97;42m\]' 12 X='\[\e[0m\]' 13 PS1='$C\h$X:\w\$ '