tmux: always use fish
This commit is contained in:
parent
4a238f0a03
commit
227dddf2f7
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ in
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
# shell = getExe (if macos then pkgs.zsh else pkgs.fish);
|
||||||
|
shell = getExe pkgs.fish;
|
||||||
mouse = true;
|
mouse = true;
|
||||||
baseIndex = 1;
|
baseIndex = 1;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
|
|
Loading…
Reference in a new issue