home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix broken maildrop mailfilter config.
[config]
/
dotfiles_user_thinkpad
/
bashrc
1
# plomlompom's bashrc for non-login shells
2
3
# Fancy colors for ls.
4
alias ls="ls --color=auto"
5
6
# Blue prompt with time.
7
PS1="\[\e[1;32m\][\\t \\u@\\h \\w]$\[\e[m\] "
8
PS2="\[\e[1;32m\]>\[\e[m\] "
9
PS3="\[\e[1;32m\]>\[\e[m\] "
10
PS4="\[\e[1;32m\]+\[\e[m\] "