home · contact · privacy
On server, replace screen/irssi with tmux/weechat/bitlbee.
[config] / dotfiles_user_server / bashrc
index 2f21e2711618463d2b95550c68d543b2f06fe995..8037b1bf89561412b3c31f19789981554b5a98d5 100644 (file)
@@ -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\] "