Add tmux terminal setting

This commit is contained in:
Trevor Vallender 2023-08-30 17:53:26 +01:00
parent e715a5f783
commit 364f469dea
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@
nixpkgs.config.allowUnfree = true;
programs.ssh {
programs.ssh = {
startAgent = true;
};

View File

@ -8,6 +8,8 @@ set-option -g prefix C-o
unbind-key C-b
set -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB"
set -g history-limit 10000
set -g history-file ~/.dotfiles/.tmux_history