mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 09:17:23 +08:00
tmux: use bash
This commit is contained in:
parent
207eaacf52
commit
5d16ba79d2
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
shortcut = "a";
|
||||
# aggressiveResize = true; -- Disabled to be iTerm-friendly
|
||||
baseIndex = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue