diff options
author | A Farzat <a@farzat.xyz> | 2024-10-20 19:54:46 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-02 19:54:46 +0900 |
commit | a9a8ba18260383725ff30c1e4e9e8c5f8591e5ad (patch) | |
tree | df2a45f0e7c4456a302dbceb258c27b98a86c7a3 /.local/share/weechat/python/autoload | |
parent | 6273242562b467a64ef04088809f03d9ab77f2a6 (diff) | |
download | dotfiles-a9a8ba18260383725ff30c1e4e9e8c5f8591e5ad.tar.gz dotfiles-a9a8ba18260383725ff30c1e4e9e8c5f8591e5ad.zip |
Add weechat plugins
Diffstat (limited to '.local/share/weechat/python/autoload')
l--------- | .local/share/weechat/python/autoload/bufsize.py | 1 | ||||
l--------- | .local/share/weechat/python/autoload/edit.py | 1 | ||||
l--------- | .local/share/weechat/python/autoload/go.py | 1 | ||||
l--------- | .local/share/weechat/python/autoload/notify_send.py | 1 |
4 files changed, 4 insertions, 0 deletions
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 |