guest@dotshare [~/groups/shells/bash] $ ls my-simple-bashrc/ | cat

my simple bashrc (scrot, raw, dl)

ksyrx Dec 08, 2018 (shells/bash)

SCROT

1
2
3
4
5
6
export PS1="\[\033[38;5;196m\][\[$(tput sgr0)\]\[\033[38;5;46m\]\t\[$(tput sgr0)\]\[\033[38;5;196m\]][\[$(tput sgr0)\]\[\033[38;5;7m\]\w\[$(tput sgr0)\]\[\033[38;5;196m\]][\[$(tput sgr0)\]\[\033[38;5;51m\]\\$\[$(tput sgr0)\]\[\033[38;5;196m\]]\[$(tput sgr0)\]\[\033[38;5;7m\] \u@\h: \[\033[0;39m\]"

trap 'printf "\e[0m"' DEBUG

# ;-)
alias clera=clear

CLICK TO VIEW

x

Notes

This is my simple bashrc.
I’m used http://bashrcgenerator.com/ for host colors.

Comments

psychopovt said about 5 years ago

Thanks dude <3