<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Terminal on Sebastián Rodriguez</title><link>https://sebart.dev/categories/terminal/</link><description>Recent content in Terminal on Sebastián Rodriguez</description><generator>Hugo</generator><language>en-us</language><copyright>&lt;a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener"&gt;CC BY-NC 4.0&lt;/a&gt;</copyright><lastBuildDate>Tue, 22 Jul 2025 11:49:33 -0300</lastBuildDate><atom:link href="https://sebart.dev/categories/terminal/index.xml" rel="self" type="application/rss+xml"/><item><title>ZSH init flow</title><link>https://sebart.dev/wiki/zsh-init-flow/</link><pubDate>Tue, 22 Jul 2025 11:49:33 -0300</pubDate><guid>https://sebart.dev/wiki/zsh-init-flow/</guid><description>&lt;pre class="mermaid"&gt;---
config:
 theme: 'dark'
---
graph TD;
	A["$ZDOTDIR/.zshenv"]--&gt;Q1{is a login shell?}
	
	Q1--No--&gt;H["end"]
	Q1--Yes--&gt;B["/etc/zprofile"]
	B--&gt;C["$ZDOTDIR/.zprofile"]

	C--&gt;Q2{shell is interactive}

	Q2--No--&gt;H
	Q2--Yes--&gt;D["/etc/zshrc"]
	D--&gt;E["$ZDOTDIR/.zshrc"]

	E--&gt;Q3{is a login shell}
	
	Q3--No--&gt;H
	Q3--Yes--&gt;F["/etc/zlogin"]
	F--&gt;G["$ZDOTDIR/.zlogin"]

	G--&gt;H
&lt;/pre&gt;</description></item></channel></rss>