mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Move weechat config.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
weechat -r "$(cat <<EOF
|
weechat -d "$HOME/.config/weechat" -r "$(cat <<EOF
|
||||||
/set irc.look.smart_filter on
|
/set irc.look.smart_filter on
|
||||||
/filter add irc_smart * irc_smart_filter *
|
/filter add irc_smart * irc_smart_filter *
|
||||||
|
|
||||||
|
|||||||
@@ -57,3 +57,6 @@ if hash gem &> /dev/null; then
|
|||||||
|
|
||||||
path+="$GEM_HOME/bin"
|
path+="$GEM_HOME/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set up Weechat alternative directory
|
||||||
|
export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat"
|
||||||
|
|||||||
Reference in New Issue
Block a user