added direnv exec to the run and compile commands so zellij can see the direnv
This commit is contained in:
parent
20ae80fb0d
commit
7429a32a06
|
@ -11,9 +11,9 @@
|
||||||
settings = {
|
settings = {
|
||||||
# theme = "catppuccin_macchiato"; # Don't need this because the module themes it for us
|
# theme = "catppuccin_macchiato"; # Don't need this because the module themes it for us
|
||||||
keys.normal.backspace = {
|
keys.normal.backspace = {
|
||||||
b = ":run-shell-command zellij run -f -- just build";
|
b = ":run-shell-command zellij run -f -- direnv exec . just build";
|
||||||
r = ":run-shell-command zellij run -f -- just run";
|
r = ":run-shell-command zellij run -f -- direnv exec . just run";
|
||||||
t = ":run-shell-command zellij run -f -- just test";
|
t = ":run-shell-command zellij run -f -- direnv exec . just test";
|
||||||
g = ":run-shell-command zellij run -fc -- lazygit";
|
g = ":run-shell-command zellij run -fc -- lazygit";
|
||||||
f = ":run-shell-command zellij run -fc -- broot";
|
f = ":run-shell-command zellij run -fc -- broot";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue