We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c12f3 commit 9a3fc33Copy full SHA for 9a3fc33
1 file changed
src/app/ascii.rs
@@ -78,7 +78,7 @@ pub static INFO_ROW_8: &str = r#"<span class="text-brightCyan">Soft Skills</span
78
pub static INFO_ROW_9: &str = r#"<span class="text-brightCyan">Values</span>: Accountability, empathy, grit, excellence... Principled"#;
79
pub static INFO_ROW_10: &str = r#"<span class="text-brightCyan">Education</span>: Comp Sci (no degree), B.A. in Phil... Lifelong Learner"#;
80
pub static INFO_ROW_11: &str =
81
- r#"<span class="text-brightCyan">Dev Env</span>: Tmux & Neovim in WSL2 (tty)"#;
+ r#"<span class="text-brightCyan">Dev Env</span>: Tmux & Neovim in Ghostty"#;
82
pub static INFO_ROW_12: &str =
83
r#"<span class="text-brightCyan">Coffee</span>: Black as midnight on a moonless night"#;
84
pub static INFO_ROW_13: &str =
0 commit comments