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 = {
|
||||
# theme = "catppuccin_macchiato"; # Don't need this because the module themes it for us
|
||||
keys.normal.backspace = {
|
||||
b = ":run-shell-command zellij run -f -- just build";
|
||||
r = ":run-shell-command zellij run -f -- just run";
|
||||
t = ":run-shell-command zellij run -f -- just test";
|
||||
b = ":run-shell-command zellij run -f -- direnv exec . just build";
|
||||
r = ":run-shell-command zellij run -f -- direnv exec . just run";
|
||||
t = ":run-shell-command zellij run -f -- direnv exec . just test";
|
||||
g = ":run-shell-command zellij run -fc -- lazygit";
|
||||
f = ":run-shell-command zellij run -fc -- broot";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue