diff options
author | Alan Pearce | 2020-10-01 18:05:30 +0200 |
---|---|---|
committer | Alan Pearce | 2020-10-01 18:05:30 +0200 |
commit | 80e5db2a4443ba3408ebd530c064fbe4bb4dbc78 (patch) | |
tree | 3c878c6edef640453f7daac01a96b14667ec519f | |
parent | 85dac661774972f4753ddf4fa4e942011cf7f376 (diff) | |
download | nixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.tar.lz nixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.tar.zst nixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.zip |
trillian: read system default zprofile
-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"; |