aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-12-03 19:41:37 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-12-03 19:41:37 +0100
commitc1e6af8b3837447168f7a72e0d30e68e871cc09d (patch)
treeb3da0ac229548d5eadfefc0832d3fe096de2ce23 /bash/.bashrc
parentf691f01606af95670e0983884062a1d70ec7bce9 (diff)
downloaddotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.tar.gz
dotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.tar.bz2
dotfiles-c1e6af8b3837447168f7a72e0d30e68e871cc09d.zip
More cleanup done and added HLWM rules
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 93a955b..4513c25 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -15,6 +15,17 @@ pacaur() {
15 env pacman_program="pacaur" /usr/bin/pacmatic "$@" 15 env pacman_program="pacaur" /usr/bin/pacmatic "$@"
16} 16}
17 17
18man() {
19 env LESS_TERMCAP_mb=$'\E[01;31m' \
20 LESS_TERMCAP_md=$'\E[01;38;5;74m' \
21 LESS_TERMCAP_me=$'\E[0m' \
22 LESS_TERMCAP_se=$'\E[0m' \
23 LESS_TERMCAP_so=$'\E[38;5;246m' \
24 LESS_TERMCAP_ue=$'\E[0m' \
25 LESS_TERMCAP_us=$'\E[04;38;5;146m' \
26 man "$@"
27}
28
18#PS1='[\u@\h \W]\$ ' 29#PS1='[\u@\h \W]\$ '
19PS1='[\d][\t]\u on \h\n\w => ' 30PS1='[\d][\t]\u on \h\n\w => '
20 31