This commit is contained in:
BriannaFoxwell 2022-07-01 04:50:13 +01:00
parent 9e48f8bff6
commit c401e9a38b
Signed by: utsuho
GPG Key ID: 8162F60A581FE151
1 changed files with 19 additions and 0 deletions

19
.profile Normal file
View File

@ -0,0 +1,19 @@
# works best with bash shell
MAIL=/mail/${LOGNAME:?}
EDITOR=/usr/pkg/bin/nano
TERM=vt100
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
# guestbook optional
#/usr/pkg/bin/guestbook -l 20
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias anonradio="curl -s https://anonradio.net/schedule/ | sed 's/<[^>]*>//g'"
anonradio
echo "Welcome to the SDF Public Access UNIX system. (est. 1987)\n"