oh, ff aliases should be zsh

This commit is contained in:
kat witch 2021-03-16 23:14:35 +00:00
parent c661c243bc
commit 29e977ad00
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -13,7 +13,7 @@ let
};
in {
config = lib.mkIf config.deploy.profile.gui {
programs.fish.shellAliases = {
programs.zsh.shellAliases = {
ff-pm = "firefox --ProfileManager";
ff-main = "firefox -P main";
ff-work = "firefox -P work";