From c401e9a38baf3bcd6ac43ccdf31aa8bfea0f2c4c Mon Sep 17 00:00:00 2001 From: BriannaFoxwell Date: Fri, 1 Jul 2022 04:50:13 +0100 Subject: [PATCH] profile --- .profile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .profile diff --git a/.profile b/.profile new file mode 100644 index 0000000..0cfc9dd --- /dev/null +++ b/.profile @@ -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"