tmuxbash: run bash from $PATH
This commit is contained in:
parent
eeaed5f3ab
commit
0d0aa0179b
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
tmux,
|
tmux,
|
||||||
bash,
|
|
||||||
writeShellApplication,
|
writeShellApplication,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
@ -8,6 +7,6 @@ writeShellApplication {
|
|||||||
name = "tmuxbash";
|
name = "tmuxbash";
|
||||||
text = ''
|
text = ''
|
||||||
${tmux}/bin/tmux
|
${tmux}/bin/tmux
|
||||||
${bash}/bin/bash
|
exec bash
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user