aboutsummaryrefslogtreecommitdiffstats
path: root/root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'root/.bashrc')
-rw-r--r--root/.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/root/.bashrc b/root/.bashrc
index 3be781e..5eed311 100644
--- a/root/.bashrc
+++ b/root/.bashrc
@@ -10,12 +10,14 @@ alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias ......="cd ../../../../.."
+alias ~="cd ~"
export LESS_TERMCAP_mb=$'\e[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\e[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\e[0m' # end mode
export LESS_TERMCAP_se=$'\e[0m' # end standout-mode
-export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout-mode - info box
+# export LESS_TERMCAP_so=$'\e[38;5;246m' # begin standout-mode - info box
+export LESS_TERMCAP_so=$'\e[1;92m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\e[0m' # end underline
export LESS_TERMCAP_us=$'\e[04;38;5;146m' # begin underline