summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-10-01 18:05:30 +0200
committerAlan Pearce2020-10-01 18:05:30 +0200
commit80e5db2a4443ba3408ebd530c064fbe4bb4dbc78 (patch)
tree3c878c6edef640453f7daac01a96b14667ec519f /system
parent85dac661774972f4753ddf4fa4e942011cf7f376 (diff)
downloadnixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.tar.lz
nixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.tar.zst
nixfiles-80e5db2a4443ba3408ebd530c064fbe4bb4dbc78.zip
trillian: read system default zprofile
Diffstat (limited to 'system')
-rw-r--r--system/trillian.nix1
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";