summaryrefslogtreecommitdiff
path: root/rc/connect/modules
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-09-02 13:46:42 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-09-02 13:46:42 +0200
commit10f022d01affb0487e7ae898aec14ffc5ed7ea3f (patch)
tree7d6439b73aa522fac19bbd8d1dadbfff2f02f7f1 /rc/connect/modules
parenta8fe74313871799d5786c7c784306fce7fd6d0fc (diff)
Add more paths
Diffstat (limited to 'rc/connect/modules')
-rw-r--r--rc/connect/modules/broot/broot.kak2
-rw-r--r--rc/connect/modules/dmenu/dmenu.kak2
-rw-r--r--rc/connect/modules/dolphin/dolphin.kak2
-rw-r--r--rc/connect/modules/fifo/fifo.kak2
-rw-r--r--rc/connect/modules/fzf/fzf.kak2
-rw-r--r--rc/connect/modules/fzy/fzy.kak2
-rw-r--r--rc/connect/modules/lf/lf.kak2
-rw-r--r--rc/connect/modules/nnn/nnn.kak2
-rw-r--r--rc/connect/modules/rofi/rofi.kak2
-rw-r--r--rc/connect/modules/wofi/wofi.kak2
10 files changed, 10 insertions, 10 deletions
diff --git a/rc/connect/modules/broot/broot.kak b/rc/connect/modules/broot/broot.kak
index 89ebb98..3ebbd6e 100644
--- a/rc/connect/modules/broot/broot.kak
+++ b/rc/connect/modules/broot/broot.kak
@@ -6,7 +6,7 @@ provide-module connect-broot %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/broot/aliases" "%opt{connect_path}/connect/modules/broot/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/broot/aliases" "%opt{connect_modules_path}/broot/commands"
# Commands
define-command broot -params .. -file-completion -docstring 'Open files with Broot' %{
diff --git a/rc/connect/modules/dmenu/dmenu.kak b/rc/connect/modules/dmenu/dmenu.kak
index ec0d654..17fdd8c 100644
--- a/rc/connect/modules/dmenu/dmenu.kak
+++ b/rc/connect/modules/dmenu/dmenu.kak
@@ -9,7 +9,7 @@ provide-module connect-dmenu %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/dmenu/aliases" "%opt{connect_path}/connect/modules/dmenu/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/dmenu/aliases" "%opt{connect_modules_path}/dmenu/commands"
# Commands
# Files
diff --git a/rc/connect/modules/dolphin/dolphin.kak b/rc/connect/modules/dolphin/dolphin.kak
index f5cda01..761ebbb 100644
--- a/rc/connect/modules/dolphin/dolphin.kak
+++ b/rc/connect/modules/dolphin/dolphin.kak
@@ -6,7 +6,7 @@ provide-module connect-dolphin %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/dolphin/aliases" "%opt{connect_path}/connect/modules/dolphin/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/dolphin/aliases" "%opt{connect_modules_path}/dolphin/commands"
# Commands
define-command dolphin -params .. -file-completion -docstring 'Open files with Dolphin' %{
diff --git a/rc/connect/modules/fifo/fifo.kak b/rc/connect/modules/fifo/fifo.kak
index 01b692b..3866337 100644
--- a/rc/connect/modules/fifo/fifo.kak
+++ b/rc/connect/modules/fifo/fifo.kak
@@ -3,7 +3,7 @@ provide-module connect-fifo %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/fifo/aliases" "%opt{connect_path}/connect/modules/fifo/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/fifo/aliases" "%opt{connect_modules_path}/fifo/commands"
# Commands
define-command fifo -params 1.. -shell-completion -docstring 'Run command in a fifo buffer' %{
diff --git a/rc/connect/modules/fzf/fzf.kak b/rc/connect/modules/fzf/fzf.kak
index 1e239a8..e874755 100644
--- a/rc/connect/modules/fzf/fzf.kak
+++ b/rc/connect/modules/fzf/fzf.kak
@@ -10,7 +10,7 @@ provide-module connect-fzf %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/fzf/aliases" "%opt{connect_path}/connect/modules/fzf/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/fzf/aliases" "%opt{connect_modules_path}/fzf/commands"
# Commands
# Files
diff --git a/rc/connect/modules/fzy/fzy.kak b/rc/connect/modules/fzy/fzy.kak
index fea7bcd..f30d272 100644
--- a/rc/connect/modules/fzy/fzy.kak
+++ b/rc/connect/modules/fzy/fzy.kak
@@ -9,7 +9,7 @@ provide-module connect-fzy %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/fzy/aliases" "%opt{connect_path}/connect/modules/fzy/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/fzy/aliases" "%opt{connect_modules_path}/fzy/commands"
# Commands
# Files
diff --git a/rc/connect/modules/lf/lf.kak b/rc/connect/modules/lf/lf.kak
index 132b1c9..6609f85 100644
--- a/rc/connect/modules/lf/lf.kak
+++ b/rc/connect/modules/lf/lf.kak
@@ -6,7 +6,7 @@ provide-module connect-lf %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/lf/aliases" "%opt{connect_path}/connect/modules/lf/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/lf/aliases" "%opt{connect_modules_path}/lf/commands"
# Commands
define-command lf -params .. -file-completion -docstring 'Open files with lf' %{
diff --git a/rc/connect/modules/nnn/nnn.kak b/rc/connect/modules/nnn/nnn.kak
index ec8a3b0..63929d5 100644
--- a/rc/connect/modules/nnn/nnn.kak
+++ b/rc/connect/modules/nnn/nnn.kak
@@ -6,7 +6,7 @@ provide-module connect-nnn %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/nnn/aliases" "%opt{connect_path}/connect/modules/nnn/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/nnn/aliases" "%opt{connect_modules_path}/nnn/commands"
# Commands
define-command nnn -params .. -file-completion -docstring 'Open files with nnn' %{
diff --git a/rc/connect/modules/rofi/rofi.kak b/rc/connect/modules/rofi/rofi.kak
index e3a0900..d53a5c8 100644
--- a/rc/connect/modules/rofi/rofi.kak
+++ b/rc/connect/modules/rofi/rofi.kak
@@ -9,7 +9,7 @@ provide-module connect-rofi %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/rofi/aliases" "%opt{connect_path}/connect/modules/rofi/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/rofi/aliases" "%opt{connect_modules_path}/rofi/commands"
# Commands
# Files
diff --git a/rc/connect/modules/wofi/wofi.kak b/rc/connect/modules/wofi/wofi.kak
index 84476e4..f774b50 100644
--- a/rc/connect/modules/wofi/wofi.kak
+++ b/rc/connect/modules/wofi/wofi.kak
@@ -9,7 +9,7 @@ provide-module connect-wofi %{
require-module connect
# Register our paths
- set-option -add global connect_paths "%opt{connect_path}/connect/modules/wofi/aliases" "%opt{connect_path}/connect/modules/wofi/commands"
+ set-option -add global connect_paths "%opt{connect_modules_path}/wofi/aliases" "%opt{connect_modules_path}/wofi/commands"
# Commands
# Files