Tbiks
March 1, 2026, 10:47am
1
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.
Tbiks
March 1, 2026, 1:06pm
3
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
Tbiks
March 2, 2026, 5:11pm
5
Yes, I most look at it and see to and find out how.
Has to be in the “Help” category, then you get a checkbox.
Tbiks
March 3, 2026, 7:11am
7
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’