mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-22 20:22:18 +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;
|
||||
keyMode = "vi";
|
||||
mouse = true;
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
plugins = with pkgs.tmuxPlugins; [ tokyo-night-tmux ];
|
||||
extraConfig = ''
|
||||
# new panes inherit current working directory
|
||||
|
|
Loading…
Reference in a new issue