Thanks to visit codestin.com
Credit goes to github.com

Skip to content

krink-code/PS1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Holiday Prompt (PS1)

PS1 is the command line variable for Prompt String 1.

bash-3.2$ export PS1='MY NEW BASH PROMPT@\t:\w\$ '  
MY NEW BASH PROMPT@16:19:59:~$  

An Emoji is a small digital image or icon used to express an idea, emotion, etc.
๐Ÿบ

I like my command prompt to have an emoji in it... a different emoji for each month of the year. October is the jack_o_lantern.

๐ŸŽƒ krink@Karls-MacBook-Pro ~ %

Install

Git Clone

Since the departure of bash and the adoption of zsh...

git clone https://github.com/karlrink/PS1.git  
cp PS1/PS1.sh $HOME/.zlogin  

Curl CLI

curl -L https://raw.githubusercontent.com/karlrink/PS1/master/PS1.sh >$HOME/.profile  

About

Unix/Linux shell prompt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages