diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..ee01ef2 --- /dev/null +++ b/bash/.bashrc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # | ||
| 2 | # ~/.bashrc | ||
| 3 | # | ||
| 4 | |||
| 5 | # If not running interactively, don't do anything | ||
| 6 | [[ $- != *i* ]] && return | ||
| 7 | |||
| 8 | alias ls='ls --color=auto' | ||
| 9 | #PS1='[\u@\h \W]\$ ' | ||
| 10 | PS1='[\d][\t]\u on \h\n\w => ' | ||
| 11 | |||
| 12 | source liquidprompt | ||
| 13 | archey | ||
