Skip to content

Smacx0/T-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

T'Bash (Themed Bash)

A Customized Bash Prompt with minimal themes.

Installation

Git Clone the repo

git clone https://github.com/Smacx0/T-bash.git
cd T-bash/
realpath tbash.sh

Add the below lines to .bash_profile or .bashrc file present in your home directory.

if [ -f /<path_to_file>/tbash.sh ]; then
   source "/<path_to_file>/tbash.sh";
   export PROMPT_COMMAND="${PROMPT_COMMAND:-echo -n}; update_terminal_prompt; echo"
fi

Customization

tbash.sh file contains the list of global variables, which allow you to set theme and enable / disable of displaying git / hg branch names.

config.ini file contains the colour mapping of the tbash shell script.

Themes

T'bash Themes

About

A Customized Bash Prompt with minimal themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages