mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +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 = {
|
||||
command = "zsh";
|
||||
args = ["-c" "nvim"];
|
||||
args = ["-c" "direnv exec . nvim"];
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
@ -98,9 +98,7 @@ in {
|
|||
};
|
||||
_children = [
|
||||
{
|
||||
pane = {
|
||||
command = "zsh";
|
||||
};
|
||||
pane = {};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue