Skip to content
Snippets Groups Projects
Commit 2a473664 authored by nimrod's avatar nimrod
Browse files

Describe colors as well.

parent 79775b94
Branches
No related tags found
No related merge requests found
...@@ -31,15 +31,15 @@ export ANSIBLE_CALLBACK_WHITELIST=profile_tasks ...@@ -31,15 +31,15 @@ export ANSIBLE_CALLBACK_WHITELIST=profile_tasks
export LYNX_SAVE_SPACE="$HOME/Downloads" export LYNX_SAVE_SPACE="$HOME/Downloads"
export LYNX_TEMP_SPACE="$HOME/.cache/lynx" export LYNX_TEMP_SPACE="$HOME/.cache/lynx"
export VAGRANT_DEFAULT_PROVIDER="virtualbox" export VAGRANT_DEFAULT_PROVIDER="virtualbox"
# Blinking # Blinking (red).
export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCAP_mb=$'\E[01;31m'
# Double bright # Double bright (purple).
export LESS_TERMCAP_md=$'\E[01;35m' export LESS_TERMCAP_md=$'\E[01;35m'
export LESS_TERMCAP_me=$'\E[0m' export LESS_TERMCAP_me=$'\E[0m'
# Standout # Standout (grey).
export LESS_TERMCAP_so=$'\E[01;33m' export LESS_TERMCAP_so=$'\E[01;33m'
export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_se=$'\E[0m'
# Underline # Underline (dark grey).
export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_us=$'\E[01;32m'
export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_ue=$'\E[0m'
export PS0="\$(__prerun)" export PS0="\$(__prerun)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment