dev: make the zshrc file non-hidden
This commit is contained in:
parent
b762d874b9
commit
8e0d021f93
@ -276,7 +276,7 @@ EOF";
|
|||||||
enable = true; # default shell on catalina
|
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
|
# 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";
|
promptInit = "#noop";
|
||||||
interactiveShellInit = (builtins.readFile ./.zshrc);
|
interactiveShellInit = (builtins.readFile ./zshrc);
|
||||||
};
|
};
|
||||||
|
|
||||||
tmux = {
|
tmux = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user