This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- wp:paragraph --> | |
| <p>This page previews all WordPress core blocks and their default ProLooks block styles. It includes sample content for each block and gives an overview of how typography, media, layout, widgets, theme, and interactive blocks are styled within this theme.</p> | |
| <!-- /wp:paragraph --> | |
| <!-- wp:paragraph --> | |
| <p>Each block has a specific purpose, from simple text and media elements to layout, navigation, and dynamic theme content. The examples below show how the blocks look, what they are useful for, and how they can support clear, flexible, and well-structured page layouts.</p> | |
| <!-- /wp:paragraph --> | |
| <!-- wp:code --> | |
| <pre class="wp-block-code"><code>Author: hanneslsm, Studio Leismann |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Change Prompt | |
| # ------------------------------------------------------------ | |
| # export PS1="| \w @ \h (\u) \n| => " | |
| # export PS2="| => " | |
| if [ "`id -u`" -eq 0 ]; then | |
| PS1="________________________________________________________________________________\n\[\033[m\]|\[\033[1;35m\]\t\[\033[m\]|\[\e[1;31m\]\u\[\e[1;36m\]\[\033[m\]@\[\e[1;36m\]\h\[\033[m\]:\[\e[0m\]\[\e[1;32m\][\W]> \[\e[0m\]" | |
| else | |
| PS1="________________________________________________________________________________\n\[\033[m\]|\[\033[1;35m\]\t\[\033[m\]|\[\e[1m\]\u\[\e[1;36m\]\[\033[m\]@\[\e[1;36m\]\h\[\033[m\]:\[\e[0m\]\[\e[1;32m\][\W]> \[\e[0m\]" |