1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Move weechat config.

This commit is contained in:
Bert Peters
2016-11-27 17:35:26 +01:00
parent c6d75a2a21
commit 37d4cdb3b1
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
weechat -r "$(cat <<EOF
weechat -d "$HOME/.config/weechat" -r "$(cat <<EOF
/set irc.look.smart_filter on
/filter add irc_smart * irc_smart_filter *

View File

@@ -57,3 +57,6 @@ if hash gem &> /dev/null; then
path+="$GEM_HOME/bin"
fi
# Set up Weechat alternative directory
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"