superdotfiles/.profile

24 lines
523 B
Plaintext
Raw Normal View History

2022-07-01 03:50:13 +00:00
# works best with bash shell
MAIL=/mail/${LOGNAME:?}
EDITOR=/usr/pkg/bin/nano
TERM=xterm
LANG=en_US.UTF-8
2022-07-01 03:50:13 +00:00
PS1="[\A] \[\e[36m\]\u\[\e[m\]@\[\e[36m\]\h\[\e[m\]:\w \[\e[31m\]\[\e[m\]\\$ "
stty erase '^?' echoe
export MAIL PS1 TERM EDITOR VISUAL LANG
2022-07-01 03:50:13 +00:00
# guestbook optional
#/usr/pkg/bin/guestbook -l 20
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
function anonradio () {
curl -s https://anonradio.net/schedule/schedule.txt
}
2022-07-01 03:50:13 +00:00
anonradio
2022-07-01 03:51:35 +00:00
echo "Welcome to the SDF Public Access UNIX system. (est. 1987)"
echo