fastfetch: only greet main user
This commit is contained in:
parent
a8255e2442
commit
9bcc8ab467
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ in {
|
|||
|
||||
# System info greeting
|
||||
programs.fish.interactiveShellInit = mkIf cfg.greet ''
|
||||
# If not root, print greeting
|
||||
if test (id -u) -ne 0
|
||||
# If main user, print greeting
|
||||
if test (whoami) = ${config.custom.username}
|
||||
function fish_greeting
|
||||
${fastfetch}
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue