removed some macos shell startup commands

This commit is contained in:
Maddie H 2023-10-30 23:49:57 +00:00
parent ef73e22243
commit ac6be6db48
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -70,14 +70,5 @@
# Enable Touch ID for sudo # Enable Touch ID for sudo
security.pam.enableSudoTouchIdAuth = true; security.pam.enableSudoTouchIdAuth = true;
# Run extra initialization on provisioning.
environment.extraInit = ''
# Show the ~/Library folder
chflags nohidden /Users/maddie/Library
# Show the /Volumes folder
chflags nohidden /Volumes
'';
} }