1 # plomlompom's bashrc for non-login shells
4 alias ls="ls --color=auto"
6 # Wrapper for weechat to force local config file on it anew on each run.
7 alias weechat="~/config/bin/weechat-wrapper.sh"
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\] "