aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index ee01ef2..d211082 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -6,8 +6,18 @@
6[[ $- != *i* ]] && return 6[[ $- != *i* ]] && return
7 7
8alias ls='ls --color=auto' 8alias ls='ls --color=auto'
9
10cd() {
11 builtin cd "$@" && ls -A
12}
13
14pacaur() {
15 env pacman_program="pacaur" /usr/bin/pacmatic "$@"
16}
17
9#PS1='[\u@\h \W]\$ ' 18#PS1='[\u@\h \W]\$ '
10PS1='[\d][\t]\u on \h\n\w => ' 19PS1='[\d][\t]\u on \h\n\w => '
11 20
21
12source liquidprompt 22source liquidprompt
13archey 23archey