diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 10 |
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 | ||
| 8 | alias ls='ls --color=auto' | 8 | alias ls='ls --color=auto' |
| 9 | |||
| 10 | cd() { | ||
| 11 | builtin cd "$@" && ls -A | ||
| 12 | } | ||
| 13 | |||
| 14 | pacaur() { | ||
| 15 | env pacman_program="pacaur" /usr/bin/pacmatic "$@" | ||
| 16 | } | ||
| 17 | |||
| 9 | #PS1='[\u@\h \W]\$ ' | 18 | #PS1='[\u@\h \W]\$ ' |
| 10 | PS1='[\d][\t]\u on \h\n\w => ' | 19 | PS1='[\d][\t]\u on \h\n\w => ' |
| 11 | 20 | ||
| 21 | |||
| 12 | source liquidprompt | 22 | source liquidprompt |
| 13 | archey | 23 | archey |
