tmux: set fish as default shell

This commit is contained in:
John Bowdre 2024-12-19 20:32:59 -06:00
parent 24472642b0
commit 91b340764d
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -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