Skip to content

Commit 4446b9e

Browse files
committed
no commit message given
1 parent fef37a5 commit 4446b9e

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

plugins/code.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ function _uninstall_code() {
5252
sudo apt update
5353
}
5454

55+
function _activate_code() {
56+
local -n __var=$1
57+
local -n __error=$2
58+
__var=0
59+
}
60+
5561
register_install _install_code
62+
register_interactive _activate_code

plugins/drawio.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,11 @@ function _install_drawio() {
6767

6868
return 0
6969
}
70+
71+
function _activate_drawio() {
72+
local -n __var=$1
73+
local -n __error=$2
74+
__var=0
75+
}
76+
77+
register_interactive _activate_drawio

0 commit comments

Comments
 (0)