Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change shell prompt color linux

vim $HOME/.bashrc

# add this line at the end for a green shell prompt, press G in vim to go to file end
export PS1="e[0;32m[u@h W]$ e[m"
# logout and back in
Comment

How to Change BASH Prompt Color

PS1="[33[42m][33[31m]u@h:w$ "
Comment

PREVIOUS NEXT
Code Example
Shell :: Command for installing Brave browser 
Shell :: install wordpress ubuntu 20.04 
Shell :: find the size of file in linux 
Shell :: how to install mongodb server in ubuntu 
Shell :: compress directory with tar and bzip2 
Shell :: bash load file as array 
Shell :: git already up to date but not 
Shell :: how to install wifite for kali linux 
Shell :: appimagelauncher install 
Shell :: kubectl logs tail 100 
Shell :: install go 
Shell :: git push reset 
Shell :: install bootstrap in angular 
Shell :: nohup linux output 
Shell :: wine telecharger linux 
Shell :: shell script mac 
Shell :: docker make container run forever 
Shell :: linux command to delete a dir 
Shell :: how to install morgan in node js 
Shell :: list apt installed programs 
Shell :: kali tools subsystem 
Shell :: how to install deb package with apt 
Shell :: ruby install 
Shell :: how to install cuda on ubuntu 
Shell :: bash cut delimiter last field 
Shell :: primary git commands 
Shell :: homebrew redis install 
Shell :: run jenkins docker 
Shell :: diff specific file git different branches 
Shell :: portainer install 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =