feat(terminal): Change default tmux to fish shell

This commit is contained in:
uttarayan21
2024-03-28 13:33:46 +05:30
parent 5b9d2e9ce5
commit 4790bb85ad
3 changed files with 31 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
in {
programs.tmux = {
enable = true;
shell = "${pkgs.nushellFull}/bin/nu";
shell = "${pkgs.fish}/bin/fish";
terminal = "tmux-256color";
prefix = "C-q";
historyLimit = 100000;
@@ -22,7 +22,7 @@ in {
tmuxPlugins.fzf-tmux-url
{
plugin = tmuxPlugins.tmux-super-fingers;
extraConfig = "set -g @super-fingers-key o";
extraConfig = "set -g @super-fingers-key i";
}
{
plugin = tmuxPlugins.catppuccin;