dev: make the zshrc file non-hidden

This commit is contained in:
Jeremy Wall 2024-10-02 07:45:21 -05:00
parent b762d874b9
commit 8e0d021f93
2 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ EOF";
enable = true; # default shell on catalina
# This is a total hack but we don't want the default clobbering it which it does if it's an empty string or null
promptInit = "#noop";
interactiveShellInit = (builtins.readFile ./.zshrc);
interactiveShellInit = (builtins.readFile ./zshrc);
};
tmux = {