Move yazi alias to yazi config file

This commit is contained in:
Julian Mutter 2024-09-15 18:47:00 +02:00
parent 7bd942e753
commit a9f322d48c
2 changed files with 5 additions and 3 deletions

View File

@ -42,9 +42,6 @@ in
size = 12; size = 12;
}; };
}; };
home.shellAliases = {
y = "ya"; # Yazi shell wrapper (cd on quit)
};
systemd.user.sessionVariables.TERMINAL = "kitty"; systemd.user.sessionVariables.TERMINAL = "kitty";
}; };

View File

@ -43,6 +43,11 @@ in
ffmpegthumbnailer ffmpegthumbnailer
xclip xclip
]; ];
home.shellAliases = {
y = "ya"; # Yazi shell wrapper (cd on quit)
};
programs.yazi.enable = true; programs.yazi.enable = true;
programs.yazi.enableFishIntegration = true; programs.yazi.enableFishIntegration = true;
programs.yazi.settings.manager = { programs.yazi.settings.manager = {