Create websites with TailwindCSS
Design blocks for your website
Start building the next great SAAS
Alpine & Tailwind UI Library
Plug'n Play Authentication for Laravel
Create website designs with AI
Blog platform for developers
Build a simple static website
21-day program to build a SAAS
Created on May 11th, 2015
Learn how to edit your bash shell prompt. It's really easy. To change your bash shell prompt you will enter in the following in your ~/.bash_profile or .bashrc file:
PS1="hello: "
Or, if you want to be able to show your username and the current directory you are in, you would add the following line:
PS1="$(whoami):$(pwd) "
Comments (0)