X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=dotfiles_user_server%2Fbashrc;h=8037b1bf89561412b3c31f19789981554b5a98d5;hb=76537b041c4aae17ed4b30580f3a41d2248a91f2;hp=2f21e2711618463d2b95550c68d543b2f06fe995;hpb=9737783f88e127c687b8e6603f404cea810723cc;p=config diff --git a/dotfiles_user_server/bashrc b/dotfiles_user_server/bashrc index 2f21e27..8037b1b 100644 --- a/dotfiles_user_server/bashrc +++ b/dotfiles_user_server/bashrc @@ -3,6 +3,9 @@ # Fancy colors for ls. alias ls="ls --color=auto" +# Wrapper for weechat to force local config file on it anew on each run. +alias weechat="~/config/bin/weechat-wrapper.sh" + # Blue prompt with time. PS1="\[\e[1;34m\][\\t \\u@\\h \\w]$\[\e[m\] " PS2="\[\e[1;34m\]>\[\e[m\] "