diff options
| author | Christian <[email protected]> | 2026-05-25 21:40:07 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-25 21:40:07 -0500 |
| commit | 0fd1e62bd9b5f125139087afdb82d3be21c54b51 (patch) | |
| tree | a87d85ee50aef463f169b7a2de5878704c91658a | |
| parent | b1d722eb3be911aae297914ba6d452537f7761ec (diff) | |
Disable fish greeting
| -rw-r--r-- | modules/home/christian.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index a0907ab..64403dc 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -43,6 +43,7 @@ programs.fish = { enable = true; + interactiveShellInit = "set -g fish_greeting"; }; programs.zoxide = { |
