From a10b8a597347ffb2f8b0f3c61409431a59c2feac Mon Sep 17 00:00:00 2001 From: TillDiem Date: Tue, 14 Dec 2021 20:30:31 +0100 Subject: [PATCH] Fixed mistake regarding config folder --- docs/weechat.md | 6 +++--- index.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/weechat.md b/docs/weechat.md index afcb24b..3294403 100644 --- a/docs/weechat.md +++ b/docs/weechat.md @@ -48,7 +48,7 @@ Configuration is completed primarily through the Weechat interface. First start ```sh cd $WEECHAT_HOME/python/matrix -ln -s ../matrix.py ~/.weechat/python/autoload +ln -s ../matrix.py $WEECHAT_HOME/python/autoload ``` 6. Automatically connect to the server @@ -87,9 +87,9 @@ To get old messages decryped faster, it is reccomended to import encryption keys ## libnotify Notification support Should work straight out of the box. ```sh -cd ~/.weechat/python +cd $WEECHAT_HOME wget https://raw.githubusercontent.com/s3rvac/weechat-notify-send/master/notify_send.py -cd ~/.weechat/python/autoload +cd $WEECHAT_HOME/python/autoload ln -s ../notify_send.py ``` diff --git a/index.md b/index.md index f5bd89e..5ee8336 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,7 @@ - [qutebrowser](docs/qutebrowser.md) - [vimwiki](docs/vimwiki.md) - [weechat](docs/weechat.md) +- [ssh](ssh) # Admin