aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc22
1 files changed, 10 insertions, 12 deletions
diff --git a/bashrc b/bashrc
index c736b50..8988d9c 100644
--- a/bashrc
+++ b/bashrc
@@ -8,23 +8,19 @@
8alias ls='ls --color=auto' 8alias ls='ls --color=auto'
9alias jblive='mpv rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &' 9alias jblive='mpv rtmp://videocdn-us.geocdn.scaleengine.net/jblive/live/jblive.stream 2> /dev/null &'
10 10
11cd() {
12 builtin cd "$@" && ls -A
13}
14
15pacaur() { 11pacaur() {
16 env pacman_program="pacaur" /usr/bin/pacmatic "$@" 12 env pacman_program="pacaur" /usr/bin/pacmatic "$@"
17} 13}
18 14
19man() { 15man() {
20 env LESS_TERMCAP_mb=$'\E[01;31m' \ 16 env LESS_TERMCAP_mb=$'\E[01;31m' \
21 LESS_TERMCAP_md=$'\E[01;38;5;74m' \ 17 LESS_TERMCAP_md=$'\E[01;38;5;74m' \
22 LESS_TERMCAP_me=$'\E[0m' \ 18 LESS_TERMCAP_me=$'\E[0m' \
23 LESS_TERMCAP_se=$'\E[0m' \ 19 LESS_TERMCAP_se=$'\E[0m' \
24 LESS_TERMCAP_so=$'\E[38;5;246m' \ 20 LESS_TERMCAP_so=$'\E[38;5;246m' \
25 LESS_TERMCAP_ue=$'\E[0m' \ 21 LESS_TERMCAP_ue=$'\E[0m' \
26 LESS_TERMCAP_us=$'\E[04;38;5;146m' \ 22 LESS_TERMCAP_us=$'\E[04;38;5;146m' \
27 man "$@" 23 man "$@"
28} 24}
29 25
30vim() { 26vim() {
@@ -45,3 +41,5 @@ export EDITOR="vim"
45 41
46source liquidprompt 42source liquidprompt
47archey3 43archey3
44
45# vim: set ts=8 sw=8 tw=0 noet :