Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Archives for colors

January 20, 2020

Linux Prompt

Here’s my favorite Linux prompt.

PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

Add to end of your .bashrc to make it permanent.

March 20, 2019

Change VIM Colors

Vim is a text editor. Edit the ~.vimrc

# vim ~.vimrc
colo desert
syntax on

# vim ~.vimrc colo desert syntax on

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021