mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add direnv pane
This commit is contained in:
parent
3d5964b16d
commit
b3cfddeafe
1 changed files with 2 additions and 4 deletions
|
|
@ -85,7 +85,7 @@ in {
|
||||||
{
|
{
|
||||||
pane = {
|
pane = {
|
||||||
command = "zsh";
|
command = "zsh";
|
||||||
args = ["-c" "nvim"];
|
args = ["-c" "direnv exec . nvim"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -98,9 +98,7 @@ in {
|
||||||
};
|
};
|
||||||
_children = [
|
_children = [
|
||||||
{
|
{
|
||||||
pane = {
|
pane = {};
|
||||||
command = "zsh";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue