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

Linux terminal color change

LS_COLORS="di=1:31:*.desktop=4;36"
Comment

PREVIOUS NEXT
Code Example
Shell :: sudo apt-get dbeaver 
Shell :: mysql2 install error ruby 
Shell :: zip a file terminal 
Shell :: how to zip and unzip tar 
Shell :: git merge branch without merge ocmmit 
Shell :: change display resolution on terminal 
Shell :: shell remove file 
Shell :: start logstash 
Shell :: Cannot install windows-build-tools 
Shell :: unzip file to folder 
Shell :: socket install 
Shell :: bash not equal 
Shell :: git go back to previous commit 
Shell :: remove local commiits 
Shell :: git clone permission denied 
Shell :: echo venv/ .gitignore 
Shell :: bash script object array 
Shell :: how to get environment variables in powershell 
Shell :: ubuntu cannot detect external monitors 
Shell :: git delete all local branches starting with 
Shell :: git branch from commit 
Shell :: gui for ubuntu server 
Shell :: error: required key missing from keyring 
Shell :: git add new origin 
Shell :: doc.find is not a function 
Shell :: read all test in directory golang 
Shell :: yarn not working after install 
Shell :: installing node in ubuntu 
Shell :: vieuw the MOTD linux 
Shell :: parquet tools install mac 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =