Additions for work machine
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
escapeTime = 0;
|
||||
terminal = "screen-256color";
|
||||
tmuxp.enable = true;
|
||||
# newSession = true;
|
||||
extraConfig = ''
|
||||
set -g display-time 1500
|
||||
|
||||
@ -58,4 +57,9 @@
|
||||
set -g pane-border-style "bg=#eeeeee,fg=#999999"
|
||||
'';
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
"o" = "tmuxp";
|
||||
"ol" = "tmuxp load";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user