aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-11-06 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2014-11-06 17:15:39 +0100
commit0f325f4511df576c6c82bcf244799413e91ce85c (patch)
tree8df16b46dd6da96306b408923999a734ad546a51 /bash/.bashrc
parent9582ae749f8b95b3d5a06fd6647376ec4656e694 (diff)
downloaddotfiles-0f325f4511df576c6c82bcf244799413e91ce85c.tar.gz
dotfiles-0f325f4511df576c6c82bcf244799413e91ce85c.tar.bz2
dotfiles-0f325f4511df576c6c82bcf244799413e91ce85c.zip
Multiple monitors
Diffstat (limited to 'bash/.bashrc')
-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