From a9a8ba18260383725ff30c1e4e9e8c5f8591e5ad Mon Sep 17 00:00:00 2001 From: A Farzat Date: Sun, 20 Oct 2024 19:54:46 +0900 Subject: Add weechat plugins --- .local/share/weechat/python/autoload/bufsize.py | 1 + .local/share/weechat/python/autoload/edit.py | 1 + .local/share/weechat/python/autoload/go.py | 1 + .local/share/weechat/python/autoload/notify_send.py | 1 + 4 files changed, 4 insertions(+) create mode 120000 .local/share/weechat/python/autoload/bufsize.py create mode 120000 .local/share/weechat/python/autoload/edit.py create mode 120000 .local/share/weechat/python/autoload/go.py create mode 120000 .local/share/weechat/python/autoload/notify_send.py (limited to '.local/share/weechat/python/autoload') diff --git a/.local/share/weechat/python/autoload/bufsize.py b/.local/share/weechat/python/autoload/bufsize.py new file mode 120000 index 0000000..ff72a18 --- /dev/null +++ b/.local/share/weechat/python/autoload/bufsize.py @@ -0,0 +1 @@ +../bufsize.py \ No newline at end of file diff --git a/.local/share/weechat/python/autoload/edit.py b/.local/share/weechat/python/autoload/edit.py new file mode 120000 index 0000000..fcdd325 --- /dev/null +++ b/.local/share/weechat/python/autoload/edit.py @@ -0,0 +1 @@ +/usr/share/weechat/python/edit.py \ No newline at end of file diff --git a/.local/share/weechat/python/autoload/go.py b/.local/share/weechat/python/autoload/go.py new file mode 120000 index 0000000..bdfb7dd --- /dev/null +++ b/.local/share/weechat/python/autoload/go.py @@ -0,0 +1 @@ +../go.py \ No newline at end of file diff --git a/.local/share/weechat/python/autoload/notify_send.py b/.local/share/weechat/python/autoload/notify_send.py new file mode 120000 index 0000000..0d7dd7b --- /dev/null +++ b/.local/share/weechat/python/autoload/notify_send.py @@ -0,0 +1 @@ +/usr/share/weechat/python/notify_send.py \ No newline at end of file -- cgit v1.2.3-70-g09d2