SOLVED Alias environment

alias environment.shellAliases

I have a little difficulty seeing the problem with my alias list, but it doesn’t work, I can rebuild the config without error but there is no alias in my terminal ‘bash’

{ config, pkgs, lib, ... }:

# alias 
  environment.shellAliases = { 
        a1 = "firecfg --list";
        a2 = "sudo firecfg";
        a3 = "sudo firecfg --clean";
        };

I have been following this thread.

system-wide-aliases

Did you restart your terminal? Otherwise the aliases will not be sourced.

yes you are right it was a restart of the terminal that made the difference, thank you very much

1 Like

Please don’t forget to mark the response as the answer to your question :wink:

Yes, I most look at it and see to and find out how.:face_with_raised_eyebrow:

Has to be in ‌the “Help” category, then you get a checkbox.

Ok I am in the ‘help’ category, but I don’t see any checkbox any where can , you explain ?

what I see is a drop down menu called ‘options’ from where i can select ‘Quote Whole post’

it works when I first chooses ‘Reply’ too, example ‘waffle8946’