Here’s how to set Vim colors permanently.
vi ~/.vimrc |
Add the following.
highlight Normal ctermfg=white ctermbg=black |
cloud engineer
Here’s how to set Vim colors permanently.
vi ~/.vimrc |
vi ~/.vimrc
Add the following.
highlight Normal ctermfg=white ctermbg=black |
highlight Normal ctermfg=white ctermbg=black
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.
Vim is a text editor. Edit the ~.vimrc
# vim ~.vimrc
colo desert
syntax on |
# vim ~.vimrc colo desert syntax on