#!/bin/bash # #*************************************************************************** # Author: liwanggui # Date: 2021-09-08 # FileName: bash_prompt.sh # Description: This is a test script # Copyright (C): 2021 All rights reserved #*************************************************************************** # export PS1='\e[35m# \u\e[0m@\e[36m\H\e[0m in \e[37m\e[0m\e[1;33m\w\e[0m [\D{%Y-%m-%d %H:%M:%S}] \n\$ '