An open API service indexing awesome lists of open source software.

https://github.com/niksingh710/bash_prompt

Simple Bash Ps1 Variable Editing to make it look a bit nice.
https://github.com/niksingh710/bash_prompt

Last synced: 2 months ago
JSON representation

Simple Bash Ps1 Variable Editing to make it look a bit nice.

Awesome Lists containing this project

README

        

# Bash Prompt

Simple Bash Ps1 Variable Editing to make it look a bit nice.

# Installation

`mkdir -p ~/Personal && git clone https://github.com/niksingh710/bash_Prompt.git ~/Personal/.bash_customPrompt && echo source ~/Personal/.bash_customPrompt/custom_prompt.sh >> ~/.bashrc && exec bash `

# Images

![Image 1](https://github.com/niksingh710/bash_Prompt/blob/main/assets/images/1.png?raw=true)

![Image 1](https://github.com/niksingh710/bash_Prompt/blob/main/assets/images/2.png?raw=true)

# Requirements

Git needed to be installed and this is tested on Linux with bash shell.

## Ubuntu/Debian based distro

### (Or Distros have apt package manager)

`sudo apt install git`

Other Distro USERS use google 😅.

## Note

The fonts in 'assets/fonts' directory is required to make it work.

## Tip

Try different branches to check new edits.

How to ?

Navigating to directory.

`cd ~/Personal/.bash_customPrompt/`

Seeing available branches

`git branch`

To try a branch

`git checkout && exec bash`

# Have New Ideas or Questions?

[Contact Me](https://t.me/niksingh710)