tmuxbash: run bash from $PATH

This commit is contained in:
Motiejus Jakštys 2024-02-05 10:05:42 +02:00 committed by Motiejus Jakštys
parent eeaed5f3ab
commit 0d0aa0179b

View File

@ -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
''; '';
} }