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