Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # To avoid potential situation where cdm(1) crashes on every TTY, here we
- # default to execute cdm(1) on tty1 only, and leave other TTYs untouched.
- if [[ "$(tty)" == '/dev/tty1' ]]; then
- [[ -n "$CDM_SPAWN" ]] && return
- # Avoid executing cdm(1) when X11 has already been started.
- [[ -z "$DISPLAY$SSH_TTY$(pgrep xinit)" ]] && exec cdm
- fi
- #toilet -F border -w 500x500 Tux Hat Linux 2.3
- echo ""
- archey3 -c yellow
- echo ""
- export LANG="en_US.UTF-8"
- export LC_ALL="en_US.UTF-8"
- export LC_CTYPE="en_US.UTF-8"
- export LC_COLLATE="en_US.UTF-8"
- export LC_MESSAGES="en_US.UTF-8"
- export PS1="\[\e[00;00m\]└────╼\[\e[00;00m\]"
Advertisement
Add Comment
Please, Sign In to add comment