Skip to content

Commit

Permalink
feat: set terminal type to screen-256color in tmux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BCNelson committed Dec 15, 2024
1 parent 6d2a2c7 commit a97d045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/_mixins/programs/tmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
newSession = true;
mouse = true;
shell = "${pkgs.fish}/bin/fish";
terminal = "screen-256color";
};
}

0 comments on commit a97d045

Please sign in to comment.