Daily Weekly Monthly

Weekly Shaarli

All links of one week in a single page.

Week 03 (January 16, 2023)

Bash prompt generator with colors

Bash prompt generator
user@hostname ~/path/to/directory $

export PS1="[$(tput setaf 226)]\u[$(tput setaf 220)]@[$(tput setaf 214)]\h [$(tput setaf 33)]\w [$(tput sgr0)]$ "