home · contact · privacy
Merge branch 'master' of http://github.com/plomlompom/config
[config] / dotfiles_user_server / bashrc
1 # plomlompom's bashrc for non-login shells
2
3 # Fancy colors for ls.
4 alias ls="ls --color=auto"
5
6 # Wrapper for weechat to force local config file on it anew on each run.
7 alias weechat="~/config/bin/weechat-wrapper.sh"
8
9 # Blue prompt with time.
10 PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] "
11 PS2="\[\e[1;34m\]>\[\e[m\] "
12 PS3="\[\e[1;34m\]>\[\e[m\] "
13 PS4="\[\e[1;34m\]+\[\e[m\] "