diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/trillian.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/trillian.nix b/system/trillian.nix index 4dce642c..2e10e17c 100644 --- a/system/trillian.nix +++ b/system/trillian.nix @@ -31,6 +31,7 @@ enable = true; enableCompletion = false; enableBashCompletion = true; + loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile"; }; environment.variables.LANG = "en_GB.UTF-8"; |