all repos — nixfiles @ 78a76cff334aba875f54fdb5582276e4a9f66807

System and user configuration, managed by nix and home-manager

zsh: Separate startup files for different startup methods

Alan Pearce
commit

78a76cff334aba875f54fdb5582276e4a9f66807

parent

1fbe0bfe24f527974285342a9cf80d245b469bc9

1 file changed, 7 insertions(+), 1 deletion(-)

changed files
M installinstall
@@ -22,8 +22,14 @@ }
install-dot $target/.git/hooks/ $target/git-hooks/* install-dot .emacs.d/ $target/emacs/{init.el{,c},elisp} -install-dot . $target/^install(.) $target/zsh/zshrc $target/zsh/fasdrc +install-dot . $target/^install(.) $target/zsh/fasdrc install-dot .ssh/ $target/ssh/* + +ln -sf $target/zsh/environment.zsh .zshenv +ln -sf $target/zsh/interactive.zsh .zshrc +ln -sf $target/zsh/login.zsh .zlogin +ln -sf $target/zsh/logout.zsh .zlogout + if [[ -d projects/dwm ]] then install-dot projects/dwm/ $target/dwm/*