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 :: change size apache 
Shell :: yarn create chrome extension with react and typescript 
Shell :: Listener kali linux 
Shell :: Retrieve Linux command line history by date 
Shell :: xampp archlinux 
Shell :: remove staged files git 
Shell :: ubuntu install geckodriver 
Shell :: docker clean logs 
Shell :: git force push 
Shell :: how to delete images older than x days from docker hub 
Shell :: alpine set keyboard layout 
Shell :: git tls certificate verification has been disabled 
Shell :: install makerbundle sur symfony 3.4 
Shell :: create folder shortcut on desktop ubuntu 
Shell :: restart bash 
Shell :: github action run shell script 
Shell :: docker remove not running containers 
Shell :: jq install bash 
Shell :: bash change text in specific column 
Shell :: how to stop tomcat from cmd 
Shell :: regex all not numbers 
Shell :: "C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found" 
Shell :: get current commit message git 
Shell :: your github oauth token for github.com contains invalid characters 
Shell :: flutter run web canvaskit 
Shell :: bash command to open terminal 
Shell :: install yarn in mac 
Shell :: pyinstaller not found 
Shell :: create a vpn server linux 
Shell :: push empty git commit 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =