mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 04:32:19 +00:00
tmux: set fish as default shell
This commit is contained in:
parent
24472642b0
commit
91b340764d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
historyLimit = 100000;
|
historyLimit = 100000;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
mouse = true;
|
mouse = true;
|
||||||
|
shell = "${pkgs.fish}/bin/fish";
|
||||||
plugins = with pkgs.tmuxPlugins; [ tokyo-night-tmux ];
|
plugins = with pkgs.tmuxPlugins; [ tokyo-night-tmux ];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# new panes inherit current working directory
|
# new panes inherit current working directory
|
||||||
|
|
Loading…
Reference in a new issue