Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

January 20, 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)]$ "